Skip to main content

All Questions

1 vote
0 answers
101 views

Rewriting a set of integers to get rid of repetition but keeping subset sum ordering

Say, I have a set of 6 +ve integers sorted in ascending order: $A = \{2,4,4,4,5,7\}$ Now to make it easier to deal with (Minimum one starts with 1) I deducted one from all of them: $\therefore B= ...
Moni's user avatar
  • 11
5 votes
2 answers
497 views

Finding elements such that none add to a perfect square

Bob asks us to find an infinite set $S$ of positive integers such that the sum of any finite number of distinct elements of S is not a perfect square. Can Bob's request be fulfilled? I can find some ...
user627514's user avatar
0 votes
0 answers
19 views

Nr of monthly eggs that have converted to chickens based on nr of months

I get 1 egg per month every month, which convert to chickens in time t (e.g 9 or 15 months) from when I got the egg with probability P. Given a specific month, e.g 97, how many chickens do I have?
Riku's user avatar
  • 101
3 votes
3 answers
284 views

$\lim_{n\to\infty} \sum_{k=1}^n \frac{k!}{n!}$

I'm presented with the limit $\lim_{n\to\infty}\sum_{k=1}^{n} \frac{k!}{n!}$ I've got a hunch that it diverges to infinity but I wasn't able the prove that the sum is superior to a series diverging ...
RiffianWizard's user avatar