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.

A136789 Triangle read by rows: A007318^(-1) * A011971.

Original entry on oeis.org

1, 0, 2, 1, -1, 5, 1, 4, -5, 15, 4, 2, 17, -23, 52, 11, 17, 2, 79, -109, 203, 41, 46, 80, -20, 397, -544, 877, 162, 198, 208, 418, -244, 2134, -2876, 4140, 715, 841, 1031, 994, 2389, -2053, 12196, -16113, 21147, 3425, 4014, 4663, 5771, 4950, 14693, -15819, 73798, -95495, 115975
Offset: 1

Views

Author

Gary W. Adamson, Jan 21 2008

Keywords

Comments

Row sums and right border = the Bell numbers (A000110) starting (1, 2, 5, 15, 52, 203, ...).

Examples

			First few rows of the triangle:
   1;
   0,  2;
   1, -1,  5;
   1,  4, -5,  15;
   4,  2, 17, -23,   52;
  11, 17,  2,  79, -109,  203;
  41, 46, 80, -20,  397, -544, 877;
  ...
		

Crossrefs

Formula

Binomial transform of the Aitken array A011971.

Extensions

a(52) corrected by Georg Fischer, Jun 05 2023