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.

A074539 a(n) = 2^n + 5^n + 8^n.

Original entry on oeis.org

3, 15, 93, 645, 4737, 35925, 277833, 2175405, 17168097, 136171365, 1083508473, 8638764765, 68963621457, 550976525205, 4404150043113, 35214889699725, 281627564666817, 2252562753269445, 18018213207009753, 144134261562708285
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

  • Magma
    [2^n + 5^n + 8^n: n in [0..25]]; // Vincenzo Librandi, Jun 11 2011
  • Mathematica
    Table[2^n + 5^n + 8^n, {n, 0, 20}]

Formula

From Mohammad K. Azarian, Dec 27 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-5*x) + 1/(1-8*x).
E.g.f.: exp(2*x) + exp(5*x) + exp(8*x). (End)