login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A260677 a(n) = number of decimal digits in the n-th odd Catalan number A038003(n). 1
1, 1, 1, 3, 7, 17, 35, 74, 150, 304, 612, 1228, 2460, 4926, 9857, 19721, 39449, 78905, 157818, 315644, 631296, 1262601, 2525212, 5050435, 10100879, 20201769, 40403550, 80807112, 161614235, 323228483, 646456979, 1292913972, 2585827958, 5171655931, 10343311876 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[Floor[Log[CatalanNumber[2^n - 1]]/Log[10]] + 1, {n, 0, 27}]
f[n_] := Floor[(LogGamma[2^(n + 1) - 1] - 2*LogGamma[2^n] - n*Log[2])/Log[10]] + 1; Array[f, 34, 0] (* Robert G. Wilson v, Nov 21 2015 *)
PROG
(Magma) [Floor((LogGamma(2^(j+1)-1)-2*LogGamma(2^j)-Log(2^j))/Log(10))+1: j in [0..34]]; // Jon E. Schoenfield, Nov 21 2015
(Magma) [Floor(Log(Catalan(2^n-1))/Log(10)) + 1: n in [0..20]]; // Vincenzo Librandi, Nov 22 2015
CROSSREFS
Sequence in context: A178521 A034482 A114100 * A014395 A326520 A295146
KEYWORD
nonn,base
AUTHOR
L. Edson Jeffery, Nov 15 2015
EXTENSIONS
a(28)-a(34) from Jon E. Schoenfield, Nov 21 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 22 00:18 EDT 2024. Contains 375353 sequences. (Running on oeis4.)