cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A019562 Coordination sequence for C_6 lattice.

Original entry on oeis.org

1, 72, 912, 5336, 20256, 58728, 142000, 301560, 581184, 1038984, 1749456, 2805528, 4320608, 6430632, 9296112, 13104184, 18070656, 24442056, 32497680, 42551640, 54954912, 70097384, 88409904, 110366328, 136485568, 167333640, 203525712, 245728152, 294660576
Offset: 0

Views

Author

Michael Baake (mbaake(AT)sunelc3.tphys.physik.uni-tuebingen.de)

Keywords

Crossrefs

Cf. A008414.

Programs

  • Mathematica
    Join[{1}, LinearRecurrence[{6, -15, 20, -15, 6, -1}, {72, 912, 5336, 20256, 58728, 142000}, 28]] (* Jean-François Alcover, Dec 08 2018 *)
    CoefficientList[Series[(1+66 x+495 x^2+924 x^3+495 x^4+66 x^5+ x^6)/ (-1+x)^6,{x,0,60}],x] (* Harvey P. Dale, Jun 06 2021 *)

Formula

G.f.: (1+6*x+x^2)*(1+60*x+134*x^2+60*x^3+x^4)/(1-x)^6.
a(n) = A008414(2*n). - Seiichi Manyama, Jun 08 2018