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.

A013724 a(n) = 19^(2*n + 1).

Original entry on oeis.org

19, 6859, 2476099, 893871739, 322687697779, 116490258898219, 42052983462257059, 15181127029874798299, 5480386857784802185939, 1978419655660313589123979, 714209495693373205673756419
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001029.

Programs

Formula

From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 361*a(n-1); a(0)=19.
G.f.: 19/(1-361*x). (End)