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!)
A008387 Coordination sequence for A_6 lattice. 3
1, 42, 462, 2562, 9492, 27174, 65226, 137886, 264936, 472626, 794598, 1272810, 1958460, 2912910, 4208610, 5930022, 8174544, 11053434, 14692734, 19234194, 24836196, 31674678, 39944058, 49858158, 61651128, 75578370, 91917462, 110969082 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
M. Baake and U. Grimm, Coordination sequences for root lattices and related graphs, arXiv:cond-mat/9706122, 1997; Zeit. f. Kristallographie, 212 (1997), 253-256.
R. Bacher, P. de la Harpe and B. Venkov, Séries de croissance et séries d'Ehrhart associées aux réseaux de racines, C. R. Acad. Sci. Paris, 325 (Series 1) (1997), 1137-1142.
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) = S(n,6) = 7*n*(11*n^4 + 35*n^2 + 14)/10, with S(n,m) = Sum_{k=0..m} binomial(m,k)^2 * binomial(n-k+m-1, m-1), for n > 0, and a(0) = 1.
G.f.: (1+36*x+225*x^2+400*x^3+225*x^4+36*x^5+x^6)/(1-x)^6 = 1 + 42*x*(1+5*x+10*x^2+5*x^3+x^4)/(1-x)^6. - Colin Barker, Sep 26 2012
E.g.f.: 1 + (1/10)*x*(420 + 1890*x + 2170*x^2 + 770*x^3 + 77*x^4)*exp(x). - G. C. Greubel, May 26 2023
MAPLE
1, seq(7*n*(11*n^4+35*n^2+14)/10, n=1..40);
MATHEMATICA
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1, 42, 462, 2562, 9492, 27174, 65226}, 30] (* Jean-François Alcover, Jan 07 2019 *)
PROG
(Magma) [n eq 0 select 1 else 7*n*(11*n^4+35*n^2+14)/10: n in [0..50]]; // G. C. Greubel, May 26 2023
(SageMath) [7*n*(11*n^4 +35*n^2 +14)/10 +int(n==0) for n in range(51)] # G. C. Greubel, May 26 2023
CROSSREFS
Row 6 of A103881.
Sequence in context: A248094 A244909 A090297 * A088626 A328175 A216109
KEYWORD
nonn,easy
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)