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.

A139150 a(n) = (n!+3)/3.

Original entry on oeis.org

3, 9, 41, 241, 1681, 13441, 120961, 1209601, 13305601, 159667201, 2075673601, 29059430401, 435891456001, 6974263296001, 118562476032001, 2134124568576001, 40548366802944001, 810967336058880001
Offset: 3

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Examples

			(2!+3)/3 = 5/3 is not an integer.
a(3) = (3!+3)/3 = 3.
		

Crossrefs

Programs

  • Mathematica
    Table[(n! + 3)/3, {n, 3, 30}]

Extensions

Name corrected by Amiram Eldar, Oct 13 2024