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.

A067420 Fifth column of triangle A067417.

Original entry on oeis.org

1, 7, 105, 1575, 23625, 354375, 5315625, 79734375, 1196015625, 17940234375, 269103515625, 4036552734375, 60548291015625, 908224365234375, 13623365478515625, 204350482177734375, 3065257232666015625
Offset: 0

Views

Author

Wolfdieter Lang, Jan 25 2002

Keywords

Crossrefs

Cf. A067419 (fourth column), A067421 (sixth column), A001024 (powers of 15).

Programs

Formula

a(n) = A067417(n+4, 4).
a(n) = 7*(3*5)^(n-1), n >= 1, a(0)=1.
G.f.: (1-8*x)/(1-15*x).