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.

A256669 a(n) = (n!)! - n! - n.

Original entry on oeis.org

0, -1, -2, 711, 620448401733239439359972
Offset: 0

Views

Author

Assoul Abdelkarim, Apr 07 2015

Keywords

Comments

For n>0, a(n) is divisible by n. - Michel Marcus, Apr 08 2015

Examples

			For n=3, a(3) = (3!)!-3!-3 = 6!-6-3 = 720-9 = 711.
		

Crossrefs

Cf. A256509.

Programs