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.

A385951 Number of digits in 5^(n!).

Original entry on oeis.org

1, 1, 2, 5, 17, 84, 504, 3523, 28183, 253643, 2536423, 27900646, 334807751, 4352500756, 60935010579, 914025158672, 14624402538737, 248614843158529, 4475067176853513, 85026276360216746, 1700525527204334919, 35711036071291033288, 785642793568402732327
Offset: 0

Views

Author

Vincenzo Librandi, Jul 27 2025

Keywords

Crossrefs

Subsequence of A210435.

Programs

  • Mathematica
    Array[Floor[#! Log10@5+1]&,22]

Formula

a(n) = A055642(A220078(n)).