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.

A114466 Number of decimal digits in the 10^n-th Catalan number.

Original entry on oeis.org

1, 5, 57, 598, 6015, 60199, 602051, 6020590, 60205987, 602059978, 6020599899, 60205999117, 602059991310, 6020599913260, 60205999132775, 602059991327940, 6020599913279600, 60205999132796214
Offset: 0

Views

Author

Eric W. Weisstein, Nov 29 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Table[IntegerLength[CatalanNumber[10^n]], {n, 0, 9}] (* The program generates the first 10 terms of the sequence. To generate more, increase the "9" constant but the program may take a long time to run. *) (* Harvey P. Dale, Sep 01 2021 *)

Extensions

Edited by Charles R Greathouse IV, Aug 05 2010