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.

A013888 a(n) = 18^(5*n + 3).

Original entry on oeis.org

5832, 11019960576, 20822964865671168, 39346408075296537575424, 74347713614021927913318776832, 140485060518220186283313934500888576, 265456074833292280954988944586975024775168, 501597304410594428739556550045321223614364647424
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001027.

Programs

  • Magma
    [18^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    18^(5Range[0,20]+3) (* or *) NestList[1889568#&,5832,20] (* Harvey P. Dale, Jan 27 2023 *)

Formula

a(n) = 1889568*a(n-1), a(0)=5832. - Vincenzo Librandi, May 27 2011