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.

A074540 a(n) = 2^n + 5^n + 9^n.

Original entry on oeis.org

3, 16, 110, 862, 7202, 62206, 547130, 4861222, 43437602, 389374126, 3496551050, 31429889782, 282673681202, 2543086539646, 22882895986970, 205921649705542, 1853172776808002, 16677944639250766, 150098449994526890, 1350870791159844502, 12157760826489618002
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

Formula

From Mohammad K. Azarian, Dec 27 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-5*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(5*x) + exp(9*x). (End)
a(n) = 16*a(n-1) - 73*a(n-2) + 90*a(n-3) for n > 2. - Wesley Ivan Hurt, Oct 06 2017