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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132212 Expansion of f(-q, -q^7)/ phi(-q) in powers of q where f(), phi() are Ramanujan theta functions. 0
1, 1, 2, 4, 6, 10, 16, 23, 34, 50, 71, 100, 140, 192, 262, 356, 476, 634, 840, 1102, 1440, 1872, 2417, 3108, 3980, 5070, 6434, 8135, 10242, 12852, 16076, 20036, 24898, 30852, 38112, 46958, 57708, 70730, 86486, 105508, 128412, 155952, 189004, 228580 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

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 8 sequence [ 1, 1, 2, 1, 2, 1, 1, 0, ...].

PROG

(PARI) {a(n)= if(n<0, 0, polcoeff( prod(k=1, n, 1/(1 -x^k +x*O(x^n))^[0, 1, 1, 2, 1, 2, 1, 1][k%8+1]), n))}

CROSSREFS

Sequence in context: A192447 A131882 A073150 * A137414 A098151 A132002

Adjacent sequences:  A132209 A132210 A132211 * A132213 A132214 A132215

KEYWORD

nonn

AUTHOR

Michael Somos, Aug 13 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 17 14:50 EST 2012. Contains 206050 sequences.