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”).

A126898
Coordination sequence for 8-dimensional cyclotomic lattice Z[zeta_15].
0
1, 15, 120, 675, 2940, 10425, 31320, 82365, 194520, 420795, 846600, 1602975, 2883060, 4962165, 8221800, 13178025, 20514480, 31120455, 46134360, 66992955, 95486700, 133821585, 184687800, 251335605, 337658760, 448285875, 588680040, 765247095
OFFSET
0,2
LINKS
FORMULA
G.f.: (x^8+7*x^7+28*x^6+79*x^5+130*x^4+79*x^3+28*x^2+7*x+1)/(1-x)^8.
MATHEMATICA
CoefficientList[Series[(x^8+7x^7+28x^6+79x^5+130x^4+79x^3+28x^2+7x+1)/(1-x)^8, {x, 0, 30}], x] (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {1, 15, 120, 675, 2940, 10425, 31320, 82365, 194520}, 40] (* Harvey P. Dale, Oct 01 2023 *)
CROSSREFS
Sequence in context: A027484 A185542 A226989 * A162635 A247612 A010967
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 17 2007
STATUS
approved