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.

A173187 a(n) = binomial(n + 3, 3)*9^n.

Original entry on oeis.org

1, 36, 810, 14580, 229635, 3306744, 44641044, 573956280, 7102708965, 85232507580, 997220338686, 11422705697676, 128505439098855, 1423444863864240, 15556218869373480, 168007163789233584
Offset: 0

Views

Author

Zerinvary Lajos, Feb 12 2010

Keywords

Crossrefs

Programs

Formula

From Harvey P. Dale, May 19 2011: (Start)
a(n) = 36*a(n-1)-486*a(n-2)+ 2916*a(n-3)-6561*a(n-4).
G.f.: 1/(1-9*x)^4. (End)
From Amiram Eldar, Aug 28 2022: (Start)
Sum_{n>=0} 1/a(n) = 1728*log(9/8) - 405/2.
Sum_{n>=0} (-1)^n/a(n) = 2700*log(10/9) - 567/2. (End)