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-2 of 2 results.

A114020 a(n) = a(n-1)! + a(n-2)! with a(0) = 0, a(1) = 1.

Original entry on oeis.org

0, 1, 2, 3, 8, 40326
Offset: 0

Views

Author

Parthasarathy Nambi, Jan 31 2006

Keywords

Comments

a(6) is too large to include.
Essentially a duplicate of A005604.

Examples

			a(5) = a(4)! + a(3)! = 8! + 3! = 40320 + 6 = 40326.
		

Crossrefs

A361153 a(0)=0, a(1)=1; thereafter a(n) = (n-1)*a(n-1)! + (n-2)*a(n-2)!.

Original entry on oeis.org

0, 1, 1, 3, 20, 9731608032706560018
Offset: 0

Views

Author

N. J. A. Sloane, Mar 03 2023, following a suggestion from Akshat Kadia, Feb 2023

Keywords

Comments

The next term is too large to include.
There is a suggestion that this is mentioned in Kenneth H. Rosen's book "Discrete Mathematics and Its Applications". It would be nice to have a precise reference, including edition, date, and page number.

Crossrefs

Showing 1-2 of 2 results.