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.

A385949 Number of digits in 7^(n!).

Original entry on oeis.org

1, 1, 2, 6, 21, 102, 609, 4260, 34075, 306670, 3066692, 33733610, 404803314, 5262443074, 73674203025, 1105113045374, 17681808725979, 300590748341642, 5410633470149548, 102802035932841396, 2056040718656827910, 43176855091793386107, 949890812019454494354
Offset: 0

Views

Author

Vincenzo Librandi, Jul 24 2025

Keywords

Crossrefs

Programs

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

Formula

a(n) = A055642(A220079(n)).