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.

A139185 a(n) = (n! - 10)/10.

Original entry on oeis.org

11, 71, 503, 4031, 36287, 362879, 3991679, 47900159, 622702079, 8717829119, 130767436799, 2092278988799, 35568742809599, 640237370572799, 12164510040883199, 243290200817663999
Offset: 5

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Comments

Original name: Natural numbers of the form (n!-10)/10.

Crossrefs

Programs

  • GAP
    List([5..25],n->(Factorial(n)-10)/10); # Muniru A Asiru, Oct 20 2018
  • Magma
    [(Factorial(n)-10)/10: n in [5..25]]; // Vincenzo Librandi, Jul 20 2011
    
  • Maple
    seq((factorial(n)-10)/10,n=5..25); # Muniru A Asiru, Oct 20 2018
  • Mathematica
    Table[(n! - 10)/10, {n, 5, 20}]

Extensions

New name from Jon E. Schoenfield, Oct 19 2018