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.

A013797 a(n) = 12^(4*n + 3).

Original entry on oeis.org

1728, 35831808, 743008370688, 15407021574586368, 319479999370622926848, 6624737266949237011120128, 137370551967459378662586974208, 2848515765597237675947403497177088, 59066822915424320448445358917464096768
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A001021.

Programs

  • Magma
    [12^(4*n+3): n in [0..10]]; // Vincenzo Librandi, Jun 28 2011
  • Mathematica
    12^(4*Range[0,20]+3) (* or *) NestList[20736#&,1728,20] (* Harvey P. Dale, Apr 29 2012 *)

Formula

a(n) = 20736*a(n-1); a(0) = 1728. - Harvey P. Dale, Apr 29 2012