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.

A019558 Coordination sequence for F_4 lattice.

Original entry on oeis.org

1, 48, 384, 1392, 3456, 6960, 12288, 19824, 29952, 43056, 59520, 79728, 104064, 132912, 166656, 205680, 250368, 301104, 358272, 422256, 493440, 572208, 658944, 754032, 857856, 970800, 1093248, 1225584
Offset: 0

Views

Author

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

Keywords

Programs

  • Magma
    [1] cat [16*n*(2-3*n+4*n^2): n in [1..50]]; // Vincenzo Librandi, Oct 22 2011
  • Mathematica
    Join[{1},Table[16n (2-3n+4n^2),{n,30}]] (* Harvey P. Dale, Oct 21 2011 *)

Formula

a(n) = 16*n*(2 - 3*n + 4*n^2), n >= 1;
G.f.: (1 + 44*x + 198*x^2 + 140*x^3 + x^4)/(1-x)^4 = 1 + 48*x*(x+1)*(3*x+1)/(x-1)^4.