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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124233 Expansion of psi(q)*phi(-q^10)*chi(-q^5)/chi(-q^2) in powers of q where phi(),psi(),chi() are Ramanujan theta functions. 0
1, 1, 1, 2, 1, 1, 2, 2, 1, 3, 1, 0, 2, 0, 2, 2, 1, 0, 3, 0, 1, 4, 0, 2, 2, 1, 0, 4, 2, 2, 2, 0, 1, 0, 0, 2, 3, 0, 0, 0, 1, 2, 4, 2, 0, 3, 2, 2, 2, 3, 1, 0, 0, 0, 4, 0, 2, 0, 2, 0, 2, 2, 0, 6, 1, 0, 0, 2, 0, 4, 2, 0, 3, 0, 0, 2, 0, 0, 0, 0, 1, 5, 2, 2, 4, 0, 2, 4, 0, 2, 3, 0, 2, 0, 2, 0, 2, 0, 3, 0, 1, 2, 0, 2, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

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

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

Moebius transform is period 20 sequence [ 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, ...].

Multiplicative with a(2^e) = a(5^e) = 1, a(p^e) = e+1 if p == 1, 3, 7, 9 (mod 20), a(p^e) = (1+(-1)^e)/2 if p == 11, 13, 17, 19 (mod 20).

Expansion of eta(q^2)*eta(q^4)*eta(q^5)*eta(q^10)/(eta(q)*eta(q^20)) in powers of q.

a(2n)=a(5n)=a(n), a(20n+11)=a(20n+13)=a(20n+17)=a(20n+19)=0.

G.f.: 1 +Sum_{k>0} x^k(1+x^(2k))(1+x^(6k))/(1+x^(10k)).

PROG

(PARI) {a(n)=if(n<1, n==0, sumdiv(n, d, kronecker(-20, d)))}

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

CROSSREFS

Cf. A035170(n)=a(n) if n>0.

Sequence in context: A066888 A029313 A144001 * A035170 A111949 A143323

Adjacent sequences:  A124230 A124231 A124232 * A124234 A124235 A124236

KEYWORD

nonn,mult

AUTHOR

Michael Somos, Oct 21 2006

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 15 09:00 EST 2012. Contains 205746 sequences.