login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131962 Expansion of q^(-7/24) * eta(q^2)^2 * eta(q^8) * eta(q^12)^2/( eta(q) * eta(q^4) * eta(q^24)) in powers of q. 5
1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 0, 2, 1, 0, 0, 1, 1, 1, 2, 0, 2, 0, 1, 1, 0, 2, 2, 1, 1, 1, 0, 1, 1, 2, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 2, 3, 0, 1, 0, 1, 1, 1, 2, 0, 1, 1, 1, 1, 0, 3, 1, 1, 2, 0, 0, 1, 2, 0, 0, 1, 1, 2, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 2, 0, 2, 1, 0, 2, 0, 1, 2, 1, 1, 0, 2, 1, 0, 0, 0, 2, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,11

COMMENTS

Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A10054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).

LINKS

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Expansion of psi(q)* phi(-q^12)/ chi(-q^4) in powers of q where phi(), psi(), chi() are Ramanujan theta functions.

Euler transform of period 24 sequence [ 1, -1, 1, 0, 1, -1, 1, -1, 1, -1, 1, -2, 1, -1, 1, -1, 1, -1, 1, 0, 1, -1, 1, -2, ...].

a(25n+7)= a(n). a(25n+2)= a(25n+12)= a(25n+17)= a(25n+22)= 0.

PROG

(PARI) {a(n)= if(n<0, 0, n=24*n+7; sumdiv(n, d, kronecker( -12, d)*(n/d %2))/2)}

(PARI) {a(n)= local(A); if(n<0, 0, A= x*O(x^n); polcoeff( eta(x^2+A)^2* eta(x^8+A)* eta(x^12+A)^2/ eta(x+A)/ eta(x^4+A)/ eta(x^24+A), n))}

CROSSREFS

Cf. A123484(24n+7)= 2*a(n).

Sequence in context: A124300 A154326 A027186 * A168313 A072575 A025872

Adjacent sequences:  A131959 A131960 A131961 * A131963 A131964 A131965

KEYWORD

nonn

AUTHOR

Michael Somos, Aug 02 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:51 EST 2012. Contains 205860 sequences.