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!)
A120783 Denominators of partial sums of Catalan numbers scaled by powers of 1/12. 5
1, 12, 72, 1728, 10368, 41472, 248832, 11943936, 214990848, 2579890176, 15479341056, 371504185344, 2229025112064, 26748301344768, 53496602689536, 1711891286065152, 10271347716390912, 369768517790072832 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Numerators are given under A120782.
It appears that the terms of this sequence are denominators of the power series expansion of 1+sqrt(x) at x=3, scaled by 1/(2*sqrt(3)). - Alexander R. Povolotsky, Mar 01 2016
LINKS
FORMULA
a(n) = denominator(r(n)), with the rationals r(n) = Sum_{k=0..n} C(k)/12^k with C(k) = A000108(k) (Catalan numbers).
MATHEMATICA
Denominator@ Table[Sum[CatalanNumber@ k/12^k, {k, 0, n}], {n, 0, 17}] (* Michael De Vlieger, Mar 03 2016 *)
PROG
(PARI) C(n) = binomial(2*n, n)/(n+1); \\ A000108
a(n) = denominator(sum(k=0, n, C(k)/12^k)); \\ Michel Marcus, Mar 02 2016
CROSSREFS
Sequence in context: A143559 A341542 A120793 * A103475 A024014 A069039
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Jul 20 2006
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)