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.

A013909 a(n) = 23^(5*n + 4).

Original entry on oeis.org

279841, 1801152661463, 11592836324538749809, 74615470927590710561908487, 480250763996501976790165756943041, 3091058643093537522799545838540043339063, 19895113660064588580108197261066338165074766609, 128051775540161094255459334683883498184411818540470887
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A009967.

Programs

  • Magma
    [23^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 29 2011
  • Mathematica
    23^(5*Range[0,10]+4) (* or *) NestList[6436343#&,279841,10] (* Harvey P. Dale, Jan 15 2016 *)

Formula

a(n) = 6436343*a(n-1), a(0)=279841. - Vincenzo Librandi, May 29 2011