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.

A013718 a(n) = 13^(2*n + 1).

Original entry on oeis.org

13, 2197, 371293, 62748517, 10604499373, 1792160394037, 302875106592253, 51185893014090757, 8650415919381337933, 1461920290375446110677, 247064529073450392704413, 41753905413413116367045797
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001022 (12^n).

Programs

Formula

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