OFFSET
0,3
COMMENTS
The sequence of partition sums A000070 is a complete sequence.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
EXAMPLE
a(11) = 3 as between 2048 and 4096 there are 3 partition sums namely 2087, 2714, 3506.
MATHEMATICA
getterm[n0_] := Sum[PartitionsP[m0], {m0, 0, n0}]; termcount[n1_] := (m1=0; While[getterm[m1]<2^n1, m1++]; m1); Table[termcount[n+1]-termcount[n], {n, 0, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Frank M Jackson, Apr 16 2013
STATUS
approved