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.

A013756 a(n) = 15^(3*n + 1).

Original entry on oeis.org

15, 50625, 170859375, 576650390625, 1946195068359375, 6568408355712890625, 22168378200531005859375, 74818276426792144775390625, 252511682940423488616943359375, 852226929923929274082183837890625, 2876265888493261300027370452880859375
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)=15
G.f.: 15/(1-3375*x). (End)