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.

A008355 Coordination sequence for D_5 lattice.

Original entry on oeis.org

1, 40, 370, 1640, 4930, 11752, 24050, 44200, 75010, 119720, 182002, 265960, 376130, 517480, 695410, 915752, 1184770, 1509160, 1896050, 2353000, 2888002, 3509480, 4226290, 5047720, 5983490, 7043752
Offset: 0

Views

Author

Keywords

Crossrefs

A row of array A103903.

Programs

  • Magma
    [1]cat[2*(9*n^2+1)*(n^2+1): n in [1..30]]; // Vincenzo Librandi, Apr 16 2012
  • Maple
    2*(9*n^2+1)*(n^2+1);
  • Mathematica
    CoefficientList[Series[(1+x)*(1+34*x+146*x^2+34*x^3+x^4)/(1-x)^5,{x,0,30}],x] (* Vincenzo Librandi, Apr 16 2012 *)

Formula

a(n) = 2*(9*n^2+1)*(n^2+1) (see MAPLE line).
G.f.: (1+x)*(1+34*x+146*x^2+34*x^3+x^4)/(1-x)^5. [Colin Barker, Apr 14 2012]