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.

A013722 a(n) = 17^(2*n + 1).

Original entry on oeis.org

17, 4913, 1419857, 410338673, 118587876497, 34271896307633, 9904578032905937, 2862423051509815793, 827240261886336764177, 239072435685151324847153, 69091933913008732880827217
Offset: 0

Views

Author

Keywords

Comments

Sum_{n>=0} 1/a(n) = 17/288. - Jaume Oliver Lafont, Feb 04 2009

Crossrefs

Bisection of A001026 (17^n).

Programs

Formula

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