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.

A013757 a(n) = 15^(3*n + 2).

Original entry on oeis.org

225, 759375, 2562890625, 8649755859375, 29192926025390625, 98526125335693359375, 332525673007965087890625, 1122274146401882171630859375, 3787675244106352329254150390625, 12783403948858939111232757568359375
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A001024.

Programs

Formula

From Philippe Deléham, Dec 03 2008: (Start)
a(n) = 3375*a(n-1); a(0)=225.
G.f.: 225/(1-3375*x). (End)