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!)
A123648 Expansion of eta(q^4) * eta(q^28) / (eta(q) * eta(q^7)) in powers of q. 3
1, 1, 2, 3, 4, 6, 9, 13, 17, 24, 32, 42, 56, 73, 96, 123, 158, 201, 254, 320, 402, 504, 624, 774, 955, 1172, 1436, 1755, 2138, 2592, 3140, 3789, 4560, 5478, 6564, 7851, 9362, 11146, 13240, 15696, 18574, 21942, 25880, 30456, 35796, 42000, 49196, 57546 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,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 q / (chi(-q) * chi(-q^2) * chi(-q^7) * chi(-q^14)) in powers of q where chi() is a Ramanujan theta function. - Michael Somos, Nov 11 2013
Euler transform of period 28 sequence [ 1, 1, 1, 0, 1, 1, 2, 0, 1, 1, 1, 0, 1, 2, 1, 0, 1, 1, 1, 0, 2, 1, 1, 0, 1, 1, 1, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u^2 - v*(1 + 2*(u+v) + 4*u*v).
G.f. A(x) satisfies 0 = f(A(x), A(x^3)) where f(u, v) = (u - v)^4 - u*v * (1 + 2*u) * (1 + 2*v) * (1 + u+v + 4*u*v). - Michael Somos, Nov 11 2013
G.f. is a period 1 Fourier series which satisfies f(-1 / (28 t)) = (1/4) g(t) where q = exp(2 Pi i t) and g() is the g.f. of A161970. - Michael Somos, Nov 11 2013
2 * a(n) = A123862(n) unless n=0. a(2*n) = A120006(n). - Michael Somos, Nov 11 2013
Convolution inverse of A161970. - Michael Somos, Nov 11 2013
a(n) ~ exp(2*Pi*sqrt(n/7)) / (8 * 7^(1/4) * n^(3/4)). - Vaclav Kotesovec, Jun 03 2018
EXAMPLE
G.f. = q + q^2 + 2*q^3 + 3*q^4 + 4*q^5 + 6*q^6 + 9*q^7 + 13*q^8 + 17*q^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ q^4] QPochhammer[ q^28] / (QPochhammer[ q] QPochhammer[ q^7]), {q, 0, n}]
a[ n_] := SeriesCoefficient[ QPochhammer[-q, q] QPochhammer[-q^2, q^2] QPochhammer[-q^7, q^7] QPochhammer[-q^14, q^14], {q, 0, n}]
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x^4 + A) * eta(x^28 + A) / (eta(x + A) * eta(x^7 + A)), n))}
CROSSREFS
Sequence in context: A175848 A240079 A240727 * A244393 A286929 A255525
KEYWORD
nonn
AUTHOR
Michael Somos, Oct 04 2006
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.)