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.

A008418 Coordination sequence for 9-dimensional cubic lattice.

Original entry on oeis.org

1, 18, 162, 978, 4482, 16722, 53154, 148626, 374274, 864146, 1854882, 3742290, 7159170, 13079250, 22952610, 38878482, 63821826, 101880594, 158611106, 241419474, 360027522, 527022162, 758497698, 1074801042, 1501390338
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    CoefficientList[Series[((1 + x)/(1 - x))^9, {x, 0, 30}], x] (* Wesley Ivan Hurt, Feb 04 2017 *)
    LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{1,18,162,978,4482,16722,53154,148626,374274,864146},30] (* Harvey P. Dale, Aug 01 2024 *)

Formula

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