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.

A035746 Coordination sequence for C_9 lattice.

Original entry on oeis.org

1, 162, 4482, 53154, 374274, 1854882, 7159170, 22952610, 63821826, 158611106, 360027522, 758497698, 1501390338, 2818849698, 5057616258, 8724341922, 14540038146, 23507426466, 36993091970, 56826471330, 85417838082, 125897578914, 182279185794, 259648519842
Offset: 0

Views

Author

Joan Serra-Sagrista (jserra(AT)ccd.uab.es)

Keywords

Crossrefs

Cf. A008418.

Formula

a(n) = [x^(2n)] ((1+x)/(1-x))^9.
a(n) = A008418(2*n). - Seiichi Manyama, Jun 08 2018
From Chai Wah Wu, Feb 02 2023: (Start)
a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) for n > 9.
G.f.: -(x + 1)*(x^2 + 14*x + 1)*(x^6 + 138*x^5 + 975*x^4 + 1868*x^3 + 975*x^2 + 138*x + 1)/(x - 1)^9. (End)

Extensions

Recomputed by N. J. A. Sloane, Nov 25 1998