|
Search: id:A064428
|
|
|
| A064428 |
|
Number of partitions of n with nonnegative crank. |
|
+0 2
|
|
| 1, 0, 1, 2, 3, 4, 6, 8, 12, 16, 23, 30, 42, 54, 73, 94, 124, 158, 206, 260, 334, 420, 532, 664, 835, 1034, 1288, 1588, 1962, 2404, 2953, 3598, 4392, 5328, 6466, 7808, 9432, 11338, 13632, 16326, 19544, 23316, 27806, 33054, 39273, 46534, 55096, 65076, 76808
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
For a partition p, let l(p) = largest part of p, w(p) = number of 1's in p, m(p) = number of parts of p larger than w(p). The crank of p is given by l(p) if w(p) = 0, otherwise m(p)-w(p).
|
|
REFERENCES
|
B. C. Berndt, Ramanujan's Notebooks Part III, Springer-Verlag, see p. 18 Entry 9 Corollary (i).
|
|
FORMULA
|
a(n) = (A000041(n)+A064410(n))/2, n>1.
G.f.: (Sum_{k>=0} (-1)^k*x^(k(k+1)/2))/(Product_{k>0} 1-x^k). - Michael Somos, Jul 28 2003
G.f.: 1 + sum(i=1, oo, x^(i(i+1))/product(j=1, i, (1-x^j)^2)) - Jon Perry (perry(AT)globalnet.co.uk), Jul 18 2004
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, polcoeff(sum(k=0, (sqrtint(1+8*n)-1)\2, (-1)^k*x^((k+k^2)/2))/eta(x+x*O(x^n)), n))
|
|
CROSSREFS
|
Cf. A064391, A000041, A064410.
Sequence in context: A046682 A005987 A125895 this_sequence A052810 A079647 A029744
Adjacent sequences: A064425 A064426 A064427 this_sequence A064429 A064430 A064431
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)Eunet.yu), Sep 30 2001
|
|
|
Search completed in 0.002 seconds
|