The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A156275 a(n) = 10^n*Catalan(n). 3
1, 10, 200, 5000, 140000, 4200000, 132000000, 4290000000, 143000000000, 4862000000000, 167960000000000, 5878600000000000, 208012000000000000, 7429000000000000000, 267444000000000000000, 9694845000000000000000, 353576700000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for m >= 1, Sum_{k>=0} 1/(m^k * Catalan(k)) = 2*m*(8*m + 1) / (4*m - 1)^2 + 24 * m^2 * arcsin(1/(2*sqrt(m))) / (4*m - 1)^(5/2). - Vaclav Kotesovec, Nov 23 2021
LINKS
Vincent Pilaud, Pebble trees, arXiv:2205.06686 [math.CO], 2022.
FORMULA
a(n) = 10^n*A000108(n).
From Gary W. Adamson, Jul 18 2011: (Start)
a(n) is the upper left term in M^n, M = an infinite square production matrix:
10, 10, 0, 0, 0, ...
10, 10, 10, 0, 0, ...
10, 10, 10, 10, 0, ...
10, 10, 10, 10, 10, ...
... (End)
E.g.f.: KummerM(1/2, 2, 40*x). - Peter Luschny, Aug 26 2012
G.f.: c(10*x) with c(x) the o.g.f. of A000108 (Catalan). - Philippe Deléham, Nov 15 2013
a(n) = Sum_{k=0..n} A085880(n,k)*9^k. - Philippe Deléham, Nov 15 2013
G.f.: 1/(1 - 10*x/(1 - 10*x/(1 - 10*x/(1 - ...)))), a continued fraction. - Ilya Gutkovskiy, Aug 08 2017
Sum_{n>=0} 1/a(n) = 180/169 + 800*arctan(1/sqrt(39)) / (507*sqrt(39)). - Vaclav Kotesovec, Nov 23 2021
Sum_{n>=0} (-1)^n/a(n) = 1580/1681 - 2400*arctanh(1/sqrt(41)) / (1681*sqrt(41)). - Amiram Eldar, Jan 25 2022
D-finite with recurrence (n+1)*a(n) +20*(-2*n+1)*a(n-1)=0. - ~~~
MATHEMATICA
Table[10^n CatalanNumber[n], {n, 0, 20}] (* Harvey P. Dale, Mar 12 2013 *)
PROG
(Magma) [10^n*Catalan(n): n in [0..20]]; // Vincenzo Librandi, Jul 19 2011
CROSSREFS
Column k=10 of A290605.
Sequence in context: A202436 A320671 A237025 * A036362 A051262 A367201
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Feb 07 2009
EXTENSIONS
a(15) corrected by Vincenzo Librandi, Jul 19 2011
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 May 15 10:57 EDT 2024. Contains 372540 sequences. (Running on oeis4.)