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.

A013712 a(n) = 7^(2*n + 1).

Original entry on oeis.org

7, 343, 16807, 823543, 40353607, 1977326743, 96889010407, 4747561509943, 232630513987207, 11398895185373143, 558545864083284007, 27368747340080916343, 1341068619663964900807, 65712362363534280139543, 3219905755813179726837607, 157775382034845806615042743
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 24 2008: (Start)
a(n) = 49*a(n-1); a(0)=7.
G.f.: 7/(1-49*x).
a(n) = 7*A087752(n). (End)
From Elmo R. Oliveira, Aug 27 2024: (Start)
E.g.f.: 7*exp(49*x).
a(n) = A000420(A005408(n)). (End)