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.

A066026 a(n) = ceiling(log(n!)).

Original entry on oeis.org

0, 1, 2, 4, 5, 7, 9, 11, 13, 16, 18, 20, 23, 26, 28, 31, 34, 37, 40, 43, 46, 49, 52, 55, 59, 62, 65, 68, 72, 75, 79, 82, 86, 89, 93, 96, 100, 103, 107, 111, 115, 118, 122, 126, 130, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181, 185, 189, 193, 197, 202
Offset: 1

Views

Author

Robert A. Stump (bee_ess107(AT)yahoo.com), Dec 11 2001

Keywords

Crossrefs

Programs

  • Mathematica
    Ceiling[Log[Range[70]!]] (* Harvey P. Dale, Jul 23 2012 *)
  • PARI
    { for (n=1, 1000, a=ceil(log(n!)); write("b066026.txt", n, " ", a) ) } \\ Harry J. Smith, Nov 07 2009
    
  • PARI
    a(n) = ceil(lngamma(n+1)) \\ Michel Marcus, Jun 29 2015

Extensions

Terms a(51)-a(63) from Harry J. Smith, Nov 07 2009