The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292445 Expansion of a q-series used by Ramanujan in his Lost Notebook. 2
1, 4, 10, 22, 44, 82, 145, 248, 410, 658, 1036, 1598, 2420, 3614, 5322, 7738, 11132, 15850, 22353, 31260, 43366, 59708, 81650, 110932, 149788, 201112, 268562, 356790, 471732, 620834, 813480, 1061496, 1379626, 1786282, 2304440, 2962566, 3795921, 4848160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Similar to A292420 but with a=1.
REFERENCES
Srinivasa Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, page 1, 1st equation with a=1.
LINKS
FORMULA
a(n) = 2 * A256209(n) - A279715(n).
G.f. is the product of the g.f. of A022567 and A053253.
EXAMPLE
G.f. = 1 + 4*x + 10*x^2 + 22*x^3 + 44*x^4 + 82*x^5 + 145*x^6 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^2]^2 / QPochhammer[ x]^2 Sum[ x^k / Product[ 1 - x^(2 i + 1), {i, 0, k}], {k, 0, n}], {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A) / eta(x + A))^2 * sum(k=0, n, x^k / prod(i=0, k, 1 - x^(2*i+1), 1 + A/x^k)), n))};
CROSSREFS
Sequence in context: A048574 A052837 A052821 * A023628 A294683 A265051
KEYWORD
nonn
AUTHOR
Michael Somos, Sep 16 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 12:58 EDT 2024. Contains 372540 sequences. (Running on oeis4.)