login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008391 Coordination sequence for A_8 lattice. 2
1, 72, 1332, 11832, 66222, 271224, 889716, 2476296, 6077196, 13507416, 27717948, 53265960, 96900810, 168278760, 280819260, 452715672, 708113304, 1078467624, 1604095524, 2335932504, 3337508646, 4687156248, 6480461988, 8832976488, 11883194148, 15795816120 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

REFERENCES

R. Bacher, P. de la Harpe and B. Venkov, Series de croissance et series d'Ehrhart associees aux reseaux de racines, C. R. Acad. Sci. Paris, 325 (Series 1) (1997), 1137-1142.

LINKS

T. D. Noe, Table of n, a(n) for n=0..1000

J. H. Conway and N. J. A. Sloane, Low-Dimensional Lattices VII: Coordination Sequences, Proc. Royal Soc. London, A453 (1997), 2369-2389 (Abstract, pdf, ps).

Index to sequences with linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).

FORMULA

a(0)=1, a(1)=72, a(2)=1332, a(3)=11832, a(4)=66222, a(5)=271224, a(6)=889716, a(7)=2476296, a(8)=6077196, a(n)=8*a(n-1)-28*a(n-2)+ 56*a(n-3)- 70*a(n-4)+56*a(n-5)-28*a(n-6)+8*a(n-7)-a(n-8). [From Harvey P. Dale, Mar 04 2012]

G.f.: (x^8 +64*x^7 +784*x^6 +3136*x^5 +4900*x^4 +3136*x^3 +784*x^2 +64*x +1)/(x -1)^8. [Colin Barker, Sep 26 2012]

MAPLE

143/56*n^7+429/20*n^5+297/8*n^3+761/70*n;

MATHEMATICA

Join[{1}, Table[143/56n^7+429/20n^5+297/8n^3+761/70n, {n, 30}]] (* or *) Join[{1}, LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {72, 1332, 11832, 66222, 271224, 889716, 2476296, 6077196}, 30]](* From Harvey P. Dale, Mar 04 2012 *)

PROG

(Maxima)

a[0]:1$

a[1]:72$

a[2]:1332$

a[3]:11832$

a[4]:66222$

a[5]:271224$

a[6]:889716$

a[7]:2476296$

a[8]:6077196$

a[n]:=8*a[n-1]-28*a[n-2]+ 56*a[n-3]- 70*a[n-4]+56*a[n-5]-28*a[n-6]+8*a[n-7]-a[n-8];

makelist(a[n], n, 0, 30); /* Martin Ettl, Oct 26 2012 */

CROSSREFS

Sequence in context: A168194 A200556 A128800 * A037251 A008659 A187303

Adjacent sequences:  A008388 A008389 A008390 * A008392 A008393 A008394

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane and J. H. Conway (conway(AT)math.princeton.edu)

EXTENSIONS

More terms from Harvey P. Dale, Mar 04 2012

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 12:02 EDT 2013. Contains 225587 sequences.