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.

A067423 Eighth column of triangle A067417.

Original entry on oeis.org

1, 10, 240, 5760, 138240, 3317760, 79626240, 1911029760, 45864714240, 1100753141760, 26418075402240, 634033809653760, 15216811431690240, 365203474360565760, 8764883384653578240, 210357201231685877760
Offset: 0

Views

Author

Wolfdieter Lang, Jan 25 2002

Keywords

Crossrefs

Cf. A067422 (seventh column), A067424 (ninth column), A009968 (powers of 24).

Programs

Formula

a(n) = A067417(n+7, 7).
a(n) = 10*(3*8)^(n-1), n >= 1, a(0)=1.
G.f.: (1-14*x)/(1-24*x).