The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008401 Coordination sequence for {E_6}* lattice. 2
1, 54, 828, 5202, 20376, 60030, 146484, 312858, 605232, 1084806, 1830060, 2938914, 4530888, 6749262, 9763236, 13770090, 18997344, 25704918, 34187292, 44775666, 57840120, 73791774, 93084948 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
M. O'Keeffe, Coordination sequences for lattices, Zeit. f. Krist., 210 (1995), 905-908.
LINKS
J. H. Conway and N. J. A. Sloane, Low-Dimensional Lattices VII: Coordination Sequences, Proc. Royal Soc. London, A453 (1997), 2369-2389 (pdf).
M. O'Keeffe, Coordination sequences for lattices, Zeit. f. Krist., 210 (1995), 905-908.
M. O'Keeffe, Coordination sequences for lattices, Zeit. f. Krist., 210 (1995), 905-908. [Annotated scanned copy]
FORMULA
a(n) = 6*n*(3*n^4 + 5*n^2 + 1), n > 0.
G.f.: (1+48*x+519*x^2+1024*x^3+519*x^4+48*x^5+x^6)/(1-x)^6.
E.g.f.: 1 + 6*exp(x)*x*(9 + 60*x + 80*x^2 + 30*x^3 + 3*x^4). - Stefano Spezia, Apr 15 2022
MATHEMATICA
Join[{1}, Table[18 n^5+30 n^3+6 n, {n, 30}]] (* Harvey P. Dale, May 16 2012 *)
PROG
(Magma) [1] cat [6*n*(3*n^4+5*n^2+1): n in [1..40]]; // G. C. Greubel, May 30 2023
(SageMath) [6*n*(3*n^4+5*n^2+1) +int(n==0) for n in range(41)] # G. C. Greubel, May 30 2023
CROSSREFS
Cf. A008402 (partial sums).
Sequence in context: A344272 A297865 A298132 * A247048 A280479 A107420
KEYWORD
nonn,easy,nice
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)