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.

A013885 a(n) = 17^(5*n + 4).

Original entry on oeis.org

83521, 118587876497, 168377826559400929, 239072435685151324847153, 339448671314611904643504117121, 481968572106750915091411825223071697, 684326450885775034048946719925754910487329, 971645701575323882519635342913622589939807491953
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001026.

Programs

  • Magma
    [17^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    17^(5*Range[0,20]+4) (* or *) NestList[1419857#&,83521,20] (* Harvey P. Dale, May 26 2011 *)

Formula

a(n) = 1419857*a(n-1). - Harvey P. Dale, May 26 2011