login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A113922
G.f.: (1+14*x+x^2)^3/((1-x))^4.
1
1, 46, 769, 5632, 18688, 44032, 85760, 147968, 234752, 350208, 498432, 683520, 909568, 1180672, 1500928, 1874432, 2305280, 2797568, 3355392, 3982848, 4684032, 5463040, 6323968, 7270912, 8307968, 9439232, 10668800, 12000768, 13439232, 14988288, 16652032
OFFSET
0,2
COMMENTS
Coefficient expansion of the elliptical invariant for the cube.
REFERENCES
Gareth Jones and David Singerman, Bull. London Math. Soc. 28, (1996) pages 561-590 (S_4 group invariant on page 585)
H. McKean and V. Moll. Elliptic Curves, Camb. Univ. Press, p. 22.
FORMULA
a(n) = 256*(n-1)*(8*n^2 - 16*n + 9)/3 for n >= 3. - Emeric Deutsch, Apr 02 2006
MAPLE
a:=proc(n) if n=0 then 1 elif n=1 then 46 elif n=2 then 769 else 256*(n-1)*(8*n^2-16*n+9)/3 fi end: seq(a(n), n=0..30); # Emeric Deutsch, Apr 02 2006
CROSSREFS
Sequence in context: A078156 A341428 A066405 * A160067 A156842 A078427
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Jan 29 2006
EXTENSIONS
Corrected, edited and extended by N. J. A. Sloane, Mar 31 2006, Aug 13 2008
STATUS
approved