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.

A165193 Eigensequence of triangle A038208.

Original entry on oeis.org

1, 4, 28, 352, 7888, 319168, 23833792, 3359617024, 911281182976
Offset: 1

Views

Author

Gary W. Adamson, Sep 06 2009

Keywords

Crossrefs

Cf. A038208.

Formula

Given triangle A038208 as an infinite lower triangular matrix: [1; 2,2; 4,8,4; 8,24,24,8;...], shift the triangle down one row, inserting "1" at (0,0) = triangle Q. Then lim:_{n->oo} Q^n generates a one-column vector [1, 1, 4, 28, 352,...] such that A038208 * the vector = [1, 4, 28,...].