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.

A067415 Eighth column of triangle A067410.

Original entry on oeis.org

1, 9, 144, 2304, 36864, 589824, 9437184, 150994944, 2415919104, 38654705664, 618475290624, 9895604649984, 158329674399744, 2533274790395904, 40532396646334464, 648518346341351424
Offset: 0

Views

Author

Wolfdieter Lang, Jan 25 2002

Keywords

Crossrefs

Cf. A067414 (seventh column), A067416 (ninth column), A001025 (powers of 16).

Formula

a(n)= A067410(n+7, 7). a(n)= 9*16^(n-1), n>=1, a(0)=1.
G.f.: (1-7*x)/(1-16*x).