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.

Showing 1-1 of 1 results.

A181651 Eigentriangle of number triangle A070909.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 3, 1, 1, 1, 6, 2, 2, 1, 1, 9, 3, 3, 1, 1, 1, 18, 6, 6, 2, 2, 1, 1, 27, 9, 9, 3, 3, 1, 1, 1, 54, 18, 18, 6, 6, 2, 2, 1, 1, 81, 27, 27, 9, 9, 3, 3, 1, 1, 1, 162, 54, 54, 18, 18, 6, 6, 2, 2, 1, 1
Offset: 0

Views

Author

Paul Barry, Nov 03 2010

Keywords

Comments

First column is (essentially) A038754. Row sums are A068911. Inverse is A181652.
Generalized (conditional) Riordan array with k-th column generated by
x^k*(1+x-x^2)/(1-3x^2) if k is even,
(1+x-2x^2-x^3)/(1-3x^2) if k is odd.

Examples

			Triangle begins
    1;
    1,  1;
    2,  1,  1;
    3,  1,  1,  1;
    6,  2,  2,  1,  1;
    9,  3,  3,  1,  1,  1;
   18,  6,  6,  2,  2,  1,  1;
   27,  9,  9,  3,  3,  1,  1,  1;
   54, 18, 18,  6,  6,  2,  2,  1,  1;
   81, 27, 27,  9,  9,  3,  3,  1,  1,  1;
  162, 54, 54, 18, 18,  6,  6,  2,  2,  1,  1;
		

Crossrefs

Showing 1-1 of 1 results.