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.

A074534 a(n) = 2^n + 4^n + 7^n.

Original entry on oeis.org

3, 13, 69, 415, 2673, 17863, 121809, 840055, 5830593, 40616263, 283524849, 1981523095, 13858068513, 96956127463, 678491524689, 4748635284535, 33237225602433, 232647693987463, 1628482317649329, 11399170063804375
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

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

Formula

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