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.

A013893 a(n) = 19^(5*n + 4).

Original entry on oeis.org

130321, 322687697779, 799006685782884121, 1978419655660313589123979, 4898762930960846817716295277921, 12129821994589221844500501021364910179, 30034640110980377619945846078500632729311721, 74368742344158402044370289529129338200416023056379
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001029.

Programs

  • Magma
    [19^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    NestList[2476099*# &, 130321, 10] (* Paolo Xausa, Jul 14 2025 *)

Formula

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