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.

A139177 a(n) = (n! - 7)/7.

Original entry on oeis.org

719, 5759, 51839, 518399, 5702399, 68428799, 889574399, 12454041599, 186810623999, 2988969983999, 50812489727999, 914624815103999, 17377871486975999, 347557429739519999
Offset: 7

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Comments

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

Crossrefs

Programs

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

Extensions

New name from Jon E. Schoenfield, Oct 19 2018