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.

A013892 a(n) = 19^(5*n + 3).

Original entry on oeis.org

6859, 16983563041, 42052983462257059, 104127350297911241532841, 257829627945307727248226067259, 638411683925748518131605316913942641, 1580770532156861979997149793605296459437459, 3914144333903073791808962606796280957916632792441
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001029.

Programs

  • Magma
    [19^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    19^(5*Range[0,10]+3) (* or *) NestList[2476099#&,6859,10] (* Harvey P. Dale, Apr 20 2013 *)

Formula

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