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.

A139176 a(n) = (n! - 6)/6.

Original entry on oeis.org

0, 3, 19, 119, 839, 6719, 60479, 604799, 6652799, 79833599, 1037836799, 14529715199, 217945727999, 3487131647999, 59281238015999, 1067062284287999, 20274183401471999, 405483668029439999
Offset: 3

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Comments

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

Crossrefs

Programs

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

Extensions

New name from Jon E. Schoenfield, Oct 19 2018