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!)
A156215 Expansion of (chi(q^3) / chi(q))^6 + q / (chi(q^3) / chi(q))^6 in powers of q where chi() is a Ramanujan theta function. 1
1, -5, 27, -41, 146, -243, 510, -887, 1755, -2728, 5052, -7857, 13157, -20253, 32805, -48680, 76568, -112320, 169814, -246263, 365013, -519046, 755632, -1063368, 1516404, -2112551, 2972160, -4089098, 5683166, -7750782, 10633276, -14382932, 19539387 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Denoted by "(24~e)" in Simon Norton's replicable function list.
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (chi(q) * chi(q^3))^3 - 8 * q / (chi(q) * chi(q^3))^3 in powers of q where chi() is a Ramanujan theta function.
G.f. is a period 1 Fourier series which satisfies f(-1 / (48 t)) = f(t) where q = exp(2 Pi i t).
a(n) = (-1)^n * A058490(n).
EXAMPLE
G.f. = 1 - 5*x + 27*x^2 - 41*x^3 + 146*x^4 - 243*x^5 + 5120*x^6 + ...
G.f. = 1/q - 5*q + 27*q^3 - 41*q^5 + 146*q^7 - 243*q^9 + 510*q^11 - 887*q^13 + ...
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); A = ((eta(x^2 + A) * eta(x^6 + A))^2 / (eta(x + A) * eta(x^3 + A) * eta(x^4 + A) * eta(x^12 + A)))^3; polcoeff( A - 8 * x / A, n))};
CROSSREFS
Cf. A058490.
Sequence in context: A056735 A298441 A056154 * A058490 A299578 A308829
KEYWORD
sign
AUTHOR
Michael Somos, Feb 06 2009
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 September 17 21:55 EDT 2024. Contains 375990 sequences. (Running on oeis4.)