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.

A116401 Triangle whose k-th column has e.g.f. exp(x)*sum{j=0..k, Bessel_I(k+j,2x)}.

Original entry on oeis.org

1, 1, 1, 3, 3, 1, 7, 9, 4, 1, 19, 26, 15, 5, 1, 51, 75, 50, 21, 6, 1, 141, 216, 161, 78, 28, 7, 1, 393, 623, 504, 273, 113, 36, 8, 1, 1107, 1800, 1554, 918, 423, 157, 45, 9, 1, 3139, 5211, 4740, 3006, 1506, 625, 211, 55, 10, 1, 8953, 15115, 14355, 9657, 5182, 2343, 891, 276
Offset: 0

Views

Author

Paul Barry, Feb 13 2006

Keywords

Comments

First column is A002426. Second column is A005774. Third column is A014532.

Examples

			Triangle begins:
  1,
  1, 1,
  3, 3, 1,
  7, 9, 4, 1,
  19, 26, 15, 5, 1,
  51, 75, 50, 21, 6, 1
  ...
		

Crossrefs