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.

A013907 a(n) = 23^(5*n + 2).

Original entry on oeis.org

529, 3404825447, 21914624432020321, 141050039560662968926103, 907846434775996175406740561329, 5843211045545439551605946764725979847, 37608910510519071039902074217516707306379521, 242063847902005849254176436075394136454464685331703
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A009967.

Programs

  • Magma
    [23^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 29 2011
  • Mathematica
    23^(5*Range[0,10]+2) (* or *) NestList[6436343#&,529,10] (* Harvey P. Dale, Aug 17 2017 *)

Formula

a(n) = 6436343*a(n-1), a(0)=529. - Vincenzo Librandi, May 29 2011
E.g.f.: 529*exp(6436343*x). - Alejandro J. Becerra Jr., Jun 27 2021