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.

A074538 a(n) = 2^n + 5^n + 7^n.

Original entry on oeis.org

3, 14, 78, 476, 3042, 19964, 133338, 901796, 6155682, 42307244, 292241898, 2026156916, 14085431922, 98109721724, 684326604858, 4778079120836, 33385518525762, 233393453571404, 1632228295438218, 11417968672225556, 79887633730301202, 559022701243584284
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-7*x).
E.g.f.: exp(2*x)+exp(5*x)+exp(7*x). (End)
a(n) = 14*a(n-1) - 59*a(n-2) + 70*a(n-3) for n > 2. - Wesley Ivan Hurt, Oct 06 2017