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.

A074557 3^n + 6^n + 9^n.

Original entry on oeis.org

3, 18, 126, 972, 7938, 67068, 578826, 5065092, 44732898, 397517868, 3547309626, 31744033812, 284606850258, 2554928116668, 22955161402026, 206361331428132, 1855841341806018, 16694108488251468, 150196195641088026
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

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

Formula

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