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.

A074555 a(n) = 3^n + 6^n + 7^n.

Original entry on oeis.org

3, 16, 94, 586, 3778, 24826, 165034, 1105666, 7450978, 50450986, 343000474, 2340300946, 16018600978, 109951298746, 756592019914, 5217760843426, 36054083523778, 249557302572106, 1729973941999354, 12008256087645106
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

  • Magma
    [3^n + 6^n + 7^n: n in [0..20]]; // Vincenzo Librandi, Aug 24 2011
  • Mathematica
    Table[3^n + 6^n + 7^n, {n, 0, 20}]

Formula

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