Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A256574 Expansion of chi(x) * psi(-x^3) * psi(x^48) in powers of x where psi(), chi() are Ramanujan theta functions 4
1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,57
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000 (terms 0..86 from Michael Somos)
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of q^(-19/3) * eta(q^2)^2 * eta(q^3) * eta(q^12) * eta(q^96)^2 / (eta(q) * eta(q^4) * eta(q^6) * eta(q^48)) in powers of q.
Euler transform of a period 96 sequence.
2 * a(n) = A257403(3*n + 19) unless n == 2 (mod 8).
a(4*n + 2) = a(4*n + 3) = a(8*n + 4) = a(16*n + 9) = a(16*n + 13) = 0.
a(4*n + 1) = A257402(n). a(8*n) = A255317(n). a(16*n + 1) = A255318(n). a(16*n + 5) = A255319(n).
a(n) = (-1)^n * A255320(n). - Michael Somos, Apr 24 2015
Expansion of f(x, x^5) * psi(x^48) in powers of x where psi(), f() are Ramanujan theta functions. - Michael Somos, Oct 25 2015
G.f. is a period 1 Fourier series which satisfies f(-1 / (288 t)) = 8^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A263767.
EXAMPLE
G.f. = 1 + x + x^5 + x^8 + x^16 + x^21 + x^33 + x^40 + x^48 + x^49 + ...
G.f. = q^19 + q^22 + q^34 + q^43 + q^67 + q^82 + q^118 + q^139 + q^163 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ -x, x^2] EllipticTheta[ 2, Pi/4, x^(3/2)] EllipticTheta[ 2, 0, x^24] / (2^(3/2) x^(51/8)), {x, 0, n}];
a[ n_] := If[ n < 0 || Mod[n, 8] == 2, 0, (1/2) Times @@ (Which[# < 5, Boole[# + #2 == 3], Mod[#, 8] > 4, Mod[#2 + 1, 2], True, #2 + 1] & @@@ FactorInteger[ 3 n + 19])]; (* Michael Somos, Oct 25 2015 *)
PROG
(PARI) {a(n) = my(A, p, e); if( n<0 || n%8 == 2, 0, A = factor(3*n + 19); 1/2 * prod( k=1, matsize(A)[1], [p, e] = A[k, ]; if( p<5, p+e==3, p%8 > 4, 1-e%2, e+1)))};
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^3 + A) * eta(x^12 + A) * eta(x^96 + A)^2 / (eta(x + A) * eta(x^4 + A) * eta(x^6 + A) * eta(x^48 + A)), n))};
CROSSREFS
Sequence in context: A157228 A193138 A255320 * A369427 A304819 A304820
KEYWORD
nonn
AUTHOR
Michael Somos, Apr 22 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 August 5 20:07 EDT 2024. Contains 374954 sequences. (Running on oeis4.)