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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006709 Expansion of a modular function.
(Formerly M0600)
0
1, -2, -3, -4, 22, 30, -12, -128, -147, 132, 548, 516, -552, -1924, -1572, 1784, 5790, 4410, -5180, -15608, -11406, 13712, 39128, 27528, -33518, -92682, -63156, 77284, 208636, 139026, -170272, -449904, -294741, 360872, 936836, 604440, -739228, -1892636 (list; graph; refs; listen; history; internal format)
OFFSET

-2,2

REFERENCES

Newman, Morris; Construction and application of a class of modular functions. II. Proc. London Math. Soc. (3) 9 1959 373-387. MR0107629 (21 #6354).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

Expansion of (eta(q)eta(q^2))^2(eta(q^3)^10/eta(q^6)^14) in powers of q. - Michael Somos Sep 22 2005

Euler transform of period 6 sequence [ -2, -4, -12, -4, -2, 0, ...]. - Michael Somos Sep 22 2005

G.f.: (x^-2)(Product_{k>0} (1-x^k)^2*(1-x^(2k))^2*(1-x^(3k))^10/ (1-x^(6k))^14).

EXAMPLE

1/q^2 -2/q -3 -4*q +22*q^2 +30*q^3 -12*q^4 -128*q^5 +...

PROG

(PARI) {a(n)=local(A); if (n<-2, 0, n+=2; A=x*O(x^n); polcoeff( eta(x+A)^2*eta(x^2+A)^2*eta(x^3+A)^10/eta(x^6+A)^14, n))} /* Michael Somos Sep 22 2005 */

CROSSREFS

Sequence in context: A069801 A019074 A019075 * A115884 A171728 A010345

Adjacent sequences:  A006706 A006707 A006708 * A006710 A006711 A006712

KEYWORD

sign,easy

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 17 18:31 EST 2012. Contains 206070 sequences.