Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005798
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005798 eta(z/2)^8*eta(2z)^16/eta(z)^24, where eta = Dedekind's function.
(Formerly M4528)
+0
6
0, 1, -8, 44, -192, 718, -2400, 7352, -20992, 56549, -145008, 356388, -844032, 1934534, -4306368, 9337704, -19771392, 40965362, -83207976, 165944732, -325393024, 628092832, -1194744096, 2241688744, -4152367104, 7599231223, -13749863984 (list; graph; listen)
OFFSET

0,3

COMMENT

Expansion of elliptic lambda/16 = m/16 = (k/4)^2 in powers of the nome q.

Euler transform of period 4 sequence [ -8,16,-8,0,...].

G.f. A(x) satisfies 0=f(A(x),A(x^2)) where f(u,v)=u^2-v+16uv-32u^2v+256(uv)^2. - Michael Somos Mar 19 2004

REFERENCES

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

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math.Series 55, Tenth Printing, 1972, p. 591.

J. M. Borwein and P. B. Borwein, Pi and the AGM, Wiley, 1987, p. 121.

A. Erdelyi, Higher Transcendental Functions, McGraw-Hill, 1955, Vol. 3, p. 23.

LINKS

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math.Series 55, Tenth Printing, 1972, p. 591.

Eric Weisstein's World of Mathematics, Elliptic Lambda Function a section of The World of Mathematics.

FORMULA

G.f.: q* Product( (1+q^(2n))/(1+q^(2n-1)), n=1..inf )^8 = eta(q)^8*eta(q^4)^16/eta(q^2)^24; eta = Dedekind's function.

MAPLE

with (numtheory): etr:= proc(p) local b; b:=proc(n) option remember; local d, j; if n=0 then 1 else add (add (d*p(d), d=divisors(j)) *b(n-j), j=1..n)/n fi end end: aa:=etr (n-> [ -8, 16, -8, 0] [modp(n-1, 4)+1]): a:= n->aa(n-1): seq (a(n), n=0..26); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 08 2008]

PROGRAM

(PARI) a(n)=local(A, m); if(n<1, 0, m=1; A=x+O(x^2); while(m<n, m*=2; A=sqrt(subst(A, x, x^2)); A=A/(1+4*A)^2); polcoeff(A, n))

(PARI) {a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff( (eta(x+A)*eta(x^4+A)^2/eta(x^2+A)^3)^8, n))} /* Michael Somos Jul 16 2005 */

CROSSREFS

If initial 0 is omitted and sequence begins with a(0) = 1, then this is the convolution of A001938 with itself. G.f.s are related by A005798(x)=x*A001938(x)^2. Reversion of A005797. Cf. A007248, A029845.

Sequence in context: A000938 A165618 A059596 this_sequence A092877 A023007 A073380

Adjacent sequences: A005795 A005796 A005797 this_sequence A005799 A005800 A005801

KEYWORD

sign,easy

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research