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.

A008420 Coordination sequence for 10-dimensional cubic lattice.

Original entry on oeis.org

1, 20, 200, 1340, 6800, 28004, 97880, 299660, 822560, 2060980, 4780008, 10377180, 21278640, 41517060, 77548920, 139380012, 242080320, 407782740, 668274440, 1068305020, 1669752016, 2556801700, 3842321560, 5675620300
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    CoefficientList[Series[((1 + x)/(1 - x))^10, {x, 0, 30}], x] (* Wesley Ivan Hurt, Apr 18 2017 *)

Formula

G.f.: ((1+x)/(1-x))^10.
n*a(n) = 20*a(n-1) + (n-2)*a(n-2) for n > 1. - Seiichi Manyama, Jun 06 2018