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.

A013728 a(n) = 23^(2*n + 1).

Original entry on oeis.org

23, 12167, 6436343, 3404825447, 1801152661463, 952809757913927, 504036361936467383, 266635235464391245607, 141050039560662968926103, 74615470927590710561908487, 39471584120695485887249589623
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

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