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.

Showing 1-2 of 2 results.

A013716 a(n) = 11^(2*n + 1).

Original entry on oeis.org

11, 1331, 161051, 19487171, 2357947691, 285311670611, 34522712143931, 4177248169415651, 505447028499293771, 61159090448414546291, 7400249944258160101211, 895430243255237372246531
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001020 (11^n).

Programs

Formula

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

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)
Showing 1-2 of 2 results.