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.

A013719 a(n) = 14^(2*n + 1).

Original entry on oeis.org

14, 2744, 537824, 105413504, 20661046784, 4049565169664, 793714773254144, 155568095557812224, 30491346729331195904, 5976303958948914397184, 1171355575953987221848064, 229585692886981495482220544
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001023 (14^n).

Programs

Formula

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