OFFSET
0,6
COMMENTS
Ramanujan considered that this could equal the prime parts partition numbers A000607, but they differ from the 20th term on, cf. A192541. See A238804 for a correct variant, where the coefficient and power of x^{...} are adjusted to match A000607. - M. F. Hasler, Mar 06 2014
REFERENCES
B. C. Berndt and B. M. Wilson, Chapter 5 of Ramanujan's second notebook, pp. 49-78 of Analytic Number Theory (Philadelphia, 1980), Lect. Notes Math. 899, 1981, see Entry 29.
LINKS
George E. Andrews, Arnold Knopfmacher, John Knopfmacher, Engel expansions and the Rogers-Ramanujan identities J. Number Theory 80 (2000), 273-290. See Eq. 2.1.
MAPLE
t3:=1+add(q^sum(ithprime(i), i=1..j)/mul(1-q^i, i=1..j), j=1..51);
t4:=series(t3, q, 50);
t5:=seriestolist(%);
PROG
(PARI) Vec(sum(i=0, 25, x^sum(k=1, i, prime(k))/prod(k=1, i, 1-x^k), O(x^99))) \\ M. F. Hasler, Mar 05 2014
(PARI) A046676(n, S=1, P=1+O(x^(n+1)))={for(k=1, n, n<valuation(P*=x^prime(k)/(1-x^k), x)&&break; S+=P); polcoeff(S, n)} \\ M. F. Hasler, Mar 05 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved