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.

A348960 a(n) = floor(log_10(Pi*n!)).

Original entry on oeis.org

0, 0, 0, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 24, 25, 27, 28, 29, 31, 32, 34, 35, 37, 38, 40, 42, 43, 45, 46, 48, 50, 51, 53, 54, 56, 58, 59, 61, 63, 64, 66, 68, 70, 71, 73, 75, 77, 78, 80, 82, 84, 85, 87, 89, 91, 93, 95, 96, 98, 100
Offset: 0

Views

Author

Paul F. Marrero Romero, Nov 05 2021

Keywords

Crossrefs

Programs

Formula

a(n) = floor(log_10(Pi*n!)).
a(n) = floor(A053511 + log_10(n!)).