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.

A074533 a(n) = 2^n + 4^n + 6^n.

Original entry on oeis.org

3, 12, 56, 288, 1568, 8832, 50816, 296448, 1745408, 10340352, 61515776, 366993408, 2193563648, 13127811072, 78632615936, 471258759168, 2825404940288, 16943839444992, 101628676407296, 609634618441728
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

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

Formula

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