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.

Showing 1-1 of 1 results.

A062467 Integer part of log(n!)^(1 + log(n)/n).

Original entry on oeis.org

0, 0, 2, 4, 7, 11, 15, 19, 23, 28, 32, 37, 41, 46, 50, 55, 60, 64, 69, 74, 78, 83, 88, 93, 97, 102, 107, 112, 116, 121, 126, 131, 136, 141, 145, 150, 155, 160, 165, 170, 175, 180, 184, 189, 194, 199, 204, 209, 214, 219, 224, 229, 234, 239, 244, 249, 254, 259
Offset: 1

Views

Author

Olivier Gérard, Jun 23 2001

Keywords

Crossrefs

Cf. A062468, see also A003068.

Programs

  • Mathematica
    Floor[Log[n! ]^(1 + Log[n]/n)]

Formula

a(n) = floor(log(n!)^(1 + log(n)/n)). - Wesley Ivan Hurt, Mar 15 2023
Showing 1-1 of 1 results.