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.

A074508 a(n) = 1^n + 3^n + 6^n.

Original entry on oeis.org

3, 10, 46, 244, 1378, 8020, 47386, 282124, 1686178, 10097380, 60525226, 362974204, 2177313778, 13062288340, 78368947066, 470199333484, 2821152954178, 16926788584900, 101560344088906, 609360902271964
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[1^n + 3^n + 6^n, {n, 0, 20}]

Formula

G.f.: 1/(1-x)+1/(1-3*x)+1/(1-6*x). E.g.f.: e^x+e^(3*x)+e^(6*x). [Mohammad K. Azarian, Dec 26 2008]
a(n) = 9*a(n-1) - 18*a(n-2) + 10, n>1. [Gary Detlefs, Jun 21 2010]