OFFSET
-1,2
REFERENCES
W. Duke, Continued fractions and modular functions, Bull. Amer. Math. Soc., 42 (2005), 137-162; see Eq. (5.3).
A. Erdelyi, Higher Transcendental Functions, McGraw-Hill, 1955, Vol. 3, p. 24.
H. McKean and V. Moll. Elliptic Curves, Camb. Univ. Press, p. 22.
FORMULA
G.f.: (1+228x+494x^2-228x^3+x^4)^3/(x(1-11x-x^2)^5).
EXAMPLE
j = 1/x + 739 + 196874*x + 22478125*x^2 + ... where x=Lambda^5=A078905.
MAPLE
t1:=1+228*z+494*z^2-228*z^3+z^4; t2:=-t1^3/(z*(z^2+11*z-1)^5); # t2 is Duke's g.f.
PROG
(PARI) a(n)=polcoeff((1-228*(x^3-x)+494*x^2+x^4)^3/x/(1-11*x-x^2)^5+x*O(x^n), n)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michael Somos, Dec 12 2002
STATUS
approved