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.

A013720 a(n) = 15^(2*n + 1).

Original entry on oeis.org

15, 3375, 759375, 170859375, 38443359375, 8649755859375, 1946195068359375, 437893890380859375, 98526125335693359375, 22168378200531005859375, 4987885095119476318359375, 1122274146401882171630859375
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001024 (15^n).

Programs

Formula

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