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.

A019515 a(n) = 1 + 0!*1!*2!*...*n!.

Original entry on oeis.org

2, 2, 3, 13, 289, 34561, 24883201, 125411328001, 5056584744960001, 1834933472251084800001, 6658606584104736522240000001, 265790267296391946810949632000000001
Offset: 0

Views

Author

R. Muller

Keywords

References

  • M. Le, On the Interesting Smarandache Product Sequences, Smarandache Notions Journal, Vol. 9, No. 1-2, 1998, 133-134.
  • F. Iacobescu, Smarandache Partition Type and Other Sequences, Bull. Pure Appl. Sciences, Vol. 16E, No. 2 (1997), pp. 237-240.

Crossrefs

Cf. A000178.

Programs

  • Mathematica
    FoldList[Times,1,Range[12]!]+1 (* Harvey P. Dale, Dec 11 2012 *)

Formula

a(n) = A000178(n) + 1.

Extensions

Name corrected by Arkadiusz Wesolowski, Oct 03 2011