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.

A139183 a(n) = (n! - 8)/8.

Original entry on oeis.org

2, 14, 89, 629, 5039, 45359, 453599, 4989599, 59875199, 778377599, 10897286399, 163459295999, 2615348735999, 44460928511999, 800296713215999, 15205637551103999, 304112751022079999
Offset: 4

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Comments

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

Crossrefs

Programs

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

Extensions

New name from Jon E. Schoenfield, Oct 19 2018