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!)
A253183 Expansion of (q^3 * psi(q) * psi(q^23))^2 in powers of q where psi() is a Ramanujan theta function. 2
1, 2, 1, 2, 2, 0, 3, 2, 0, 2, 2, 2, 1, 2, 0, 2, 4, 0, 2, 0, 1, 4, 2, 2, 6, 4, 4, 6, 2, 8, 5, 4, 4, 4, 6, 2, 8, 2, 6, 10, 0, 4, 3, 4, 8, 6, 5, 6, 7, 4, 6, 8, 7, 4, 8, 6, 5, 8, 3, 10, 6, 8, 8, 0, 4, 8, 9, 6, 6, 12, 8, 8, 11, 8, 10, 8, 9, 4, 14, 12, 10, 12, 8, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (eta(q^2) * eta(q^46))^4 / (eta(q) * eta(q^23))^2 in powers of q.
Euler transform of a period 46 sequence.
G.f.: x^6 * (Sum_{k>0} x^(k * (k-1) / 2))^2 * (Sum_{k>0} x^(23 * k * (k-1) / 2))^2.
G.f.: x^6 * (Product_{k>0} (1 + x^k) * (1 - x^(2*k)) * (1 + x^(23*k)) * (1 - x^(46*k)))^2.
Convolution square of A033782.
EXAMPLE
G.f. = q^6 + 2*q^7 + q^8 + 2*q^9 + 2*q^10 + 3*q^12 + 2*q^13 + 2*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ q^6 (QPochhammer[ q^2] QPochhammer[ q^46])^4 / (QPochhammer[ q] QPochhammer[ q^23])^2, {q, 0 , n}];
PROG
(PARI) {a(n) = my(A); if( n<6, 0, n -= 6; A = x * O(x^n); polcoeff( (eta(x^2 + A) * eta(x^46 + A))^4 / (eta(x + A) * eta(x^23 + A))^2, n))};
CROSSREFS
Cf. A033782.
Sequence in context: A226005 A134343 A008441 * A108804 A284467 A200227
KEYWORD
nonn
AUTHOR
Michael Somos, Mar 23 2015
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)