|
Search: id:A006353
|
|
|
| A006353 |
|
Expansion of (eta(q^2)*eta(q^3))^7/(eta(q)*eta(q^6))^5 in powers of q. (Formerly M3825)
|
|
+0 1
|
|
| 1, 5, 13, 23, 29, 30, 31, 40, 61, 77, 78, 60, 47, 70, 104, 138, 125, 90, 85, 100, 174, 184, 156, 120, 79, 155, 182, 239, 232, 150, 186, 160, 253, 276, 234, 240, 101, 190, 260, 322, 366, 210, 248, 220, 348, 462, 312, 240, 143, 285, 403, 414, 406, 270
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Expansion of a modular form related to Apery numbers A005259.
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Beukers, F.; Another congruence for the Apery numbers. J. Number Theory 25 (1987), no. 2, 201-210.
M. Kontsevich and D. Zagier, Periods, pp. 771-808 of B. Engquist and W. Schmid, editors, Mathematics Unlimited - 2001 and Beyond, 2 vols., Springer-Verlag, 2001.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..1000
|
|
FORMULA
|
Expansion of (phi(-q^3)psi(q))^3/(phi(-q)psi(q^3)) in powers of q where phi(),psi() are Ramanujan theta functions.
Expansion of (b(q^2)^2/b(q))(c(q)^2/c(q^2))/3 in powers of q where b(),c() are cubic AGM analog functions.
Euler transform of period 6 sequence [ 5, -2, -2, -2, 5, -4, ...]. - Michael Somos Oct 11 2006
G.f.: Product_{k>0} (1-x^k)^2*(1-x^(3k))^2*(1+x^k)^7/(1+x^(3k))^5.
|
|
PROGRAM
|
(PARI) {a(n)=if(n<1, n==0, sumdiv(n, d, d*[0, 5, 4, 6, 4, 5][d%6+1]))} /* Michael Somos Oct 11 2006 */
(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( (eta(x^2+A)*eta(x^3+A))^7/(eta(x+A)*eta(x^6+A))^5, n))} /* Michael Somos Oct 11 2006 */
|
|
CROSSREFS
|
Sequence in context: A060004 A076408 A083800 this_sequence A155142 A155552 A143988
Adjacent sequences: A006350 A006351 A006352 this_sequence A006354 A006355 A006356
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
Extended with PARI programs by Michael Somos
|
|
|
Search completed in 0.002 seconds
|