A114466 Number of decimal digits in the 10^n-th Catalan number.
1, 5, 57, 598, 6015, 60199, 602051, 6020590, 60205987, 602059978, 6020599899, 60205999117, 602059991310, 6020599913260, 60205999132775, 602059991327940, 6020599913279600, 60205999132796214
Offset: 0
Links
- Eric Weisstein's World of Mathematics, Catalan Number
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