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.

A057901 a(n) = 3^prime(n).

Original entry on oeis.org

9, 27, 243, 2187, 177147, 1594323, 129140163, 1162261467, 94143178827, 68630377364883, 617673396283947, 450283905890997363, 36472996377170786403, 328256967394537077627, 26588814358957503287787
Offset: 1

Views

Author

Henry Bottomley, Sep 29 2000

Keywords

Examples

			a(4) = 3^7 = 2187.
		

Crossrefs

Subsequence of A000244 (powers of 3).

Programs

Formula

a(n) = 3^A000040(n).
Sum_{n>=1} 1/a(n) = A132800. - Amiram Eldar, Aug 11 2020