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!)
A260089 Expansion of psi(x^2) * f(x, x^2) in powers of x where psi(), f() are Ramanujan theta functions. 6
1, 1, 2, 1, 1, 1, 1, 3, 1, 1, 0, 1, 2, 2, 2, 1, 0, 2, 1, 1, 1, 2, 2, 0, 2, 1, 1, 2, 2, 0, 1, 1, 3, 0, 1, 3, 0, 2, 1, 0, 1, 1, 4, 1, 1, 1, 2, 2, 0, 1, 0, 1, 2, 1, 1, 1, 2, 4, 1, 1, 1, 1, 0, 3, 1, 1, 0, 0, 2, 1, 2, 2, 2, 1, 1, 0, 1, 4, 1, 2, 0, 1, 3, 1, 1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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 phi(-x^3) * f(-x^4)^2 / f(-x) in powers of x where phi(), f() are Ramanujan theta functions.
Expansion of q^(-7/24) * eta(q^3)^2 * eta(q^4)^2 / (eta(q) * eta(q^6)) in powers of q.
Euler transform of period 12 sequence [ 1, 1, -1, -1, 1, 0, 1, -1, -1, 1, 1, -2, ...].
G.f.: Product_{k>0} (1 + x^(2*k)) * (1 - x^(3*k)) * (1 - x^(4*k)) / (1 - x^k + x^(2*k)).
EXAMPLE
G.f. = 1 + x + 2*x^2 + x^3 + x^4 + x^5 + x^6 + 3*x^7 + x^8 + x^9 + ...
G.f. = q^7 + q^31 + 2*q^55 + q^79 + q^103 + q^127 + q^151 + 3*q^175 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^3]^2 QPochhammer[ x^4]^2 / (QPochhammer[ x] QPochhammer[ x^6]), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^3 + A)^2 * eta(x^4 + A)^2 / (eta(x + A) * eta(x^6 + A)), n))};
CROSSREFS
Sequence in context: A293483 A125761 A154950 * A296240 A158464 A056926
KEYWORD
nonn
AUTHOR
Michael Somos, Jul 15 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)