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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034950 Expansion of eta(8z)*eta(16z)*theta_3(2z). 1
1, 2, 0, 0, 1, -2, 0, 0, -4, -2, 0, 0, -3, 0, 0, 0, 4, -4, 0, 0, 0, 6, 0, 0, 1, 4, 0, 0, 4, 2, 0, 0, 0, -2, 0, 0, 4, -2, 0, 0, -3, 2, 0, 0, -4, -4, 0, 0, -4, 2, 0, 0, -8, -6, 0, 0, 8, -4, 0, 0, 1, -4, 0, 0, -4, 6, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0, 4, 8, 0, 0, 0, 6, 0, 0, 5, -2, 0, 0, 4, -2, 0, 0, 8, 4, 0, 0, -4, -8, 0, 0, -4, 8, 0, 0, 4 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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).

REFERENCES

Ono and Skinner, Ann. Math., 147 (1998), 453-470.

LINKS

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Euler transform of period 8 sequence [2,-3,2,-2,2,-3,2,-3,...]. - Michael Somos Feb 16 2006

Expansion of q^(-1/2)eta(q^2)^5*eta(q^8)/(eta(q)^2*eta(q^4)) in powers of q. - Michael Somos Feb 16 2006

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

G.f.: Product_{k>0} (1+x^k)^2*(1-x^(2k))^3*(1+x^(4k)) . - Michael Somos Feb 16 2006

EXAMPLE

q+2*q^3+1*q^9-2*q^11-4*q^17-2*q^19-...

PROG

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( eta(x^2+A)^5*eta(x^8+A)/(eta(x+A)^2*eta(x^4+A)), n))} /* Michael Somos Feb 16 2006 */

CROSSREFS

A080963(2n+1)=2*a(n).

Sequence in context: A023555 A143377 A143380 * A099584 A100563 A087773

Adjacent sequences:  A034947 A034948 A034949 * A034951 A034952 A034953

KEYWORD

sign

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 23:53 EST 2012. Contains 205860 sequences.