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.

A013778 a(n) = 3^(4*n + 1).

Original entry on oeis.org

3, 243, 19683, 1594323, 129140163, 10460353203, 847288609443, 68630377364883, 5559060566555523, 450283905890997363, 36472996377170786403, 2954312706550833698643, 239299329230617529590083, 19383245667680019896796723
Offset: 0

Views

Author

Keywords

Comments

Equivalently, powers of 3 with final digit 3. - Muniru A Asiru, Feb 06 2019

Programs

Formula

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