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.

A074527 a(n) = 2^n + 3^n + 5^n.

Original entry on oeis.org

3, 10, 38, 160, 722, 3400, 16418, 80440, 397442, 1973320, 9825698, 49007320, 244676162, 1222305640, 6108314978, 30531959800, 152631002882, 763068724360, 3815084948258, 19074649113880, 95370919473602, 476847620653480
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

Formula

From Mohammad K. Azarian, Dec 26 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-3*x) + 1/(1-5*x).
E.g.f.: exp(2*x) + exp(3*x) + exp(5*x). (End)
a(n) = 10*a(n-1) - 31*a(n-2) + 30*a(n-3). - Wesley Ivan Hurt, May 26 2024