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!)
A260701 a(n) = (-3*(-1)^n + Sum_{k>=0} A000108(k)*k^n/6^k)/sqrt(3), where A000108 are Catalan numbers. 3
-1, 2, -1, 5, 20, 197, 2219, 30620, 496565, 9265037, 195535514, 4605925535, 119796721835, 3410051954402, 105449267146859, 3520120318516625, 126168879827914580, 4832661370036811417, 197001989531658791879, 8515772839409988885140, 389080859811496699020425 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Sum_{k >= 0} A000108(k)*k^n/6^k = a(n)*sqrt(3) + 3*(-1)^n.
a(n) ~ sqrt(2) * n^(n-1) / (sqrt(3) * exp(n) * log(3/2)^(n-1/2)). - Vaclav Kotesovec, Nov 17 2015
E.g.f.: -sqrt( exp(-x) * (-2+3*exp(-x)) ). - Seiichi Manyama, Oct 21 2021
EXAMPLE
For n = 5, Sum_{k>=0} A000108(k)*k^5/6^k = 197*sqrt(3) - 3, so a(5) = 197.
MATHEMATICA
Table[(-3 (-1)^n + Sum[CatalanNumber[k] k^n/6^k, {k, 0, Infinity}])/Sqrt[3], {n, 0, 20}]
PROG
(PARI) vector(20, n, n--; round((suminf(k=0, binomial(2*k, k)/(k+1)*k^n/6^k) - 3*(-1)^n)/sqrt(3))) \\ Altug Alkan, Nov 16 2015
(PARI) N=20; x='x+O('x^N); Vec(serlaplace(-sqrt(exp(-x)*(-2+3*exp(-x))))) \\ Seiichi Manyama, Oct 21 2021
CROSSREFS
Sequence in context: A254677 A184298 A349852 * A184300 A317390 A370163
KEYWORD
sign
AUTHOR
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 14 09:42 EDT 2024. Contains 372532 sequences. (Running on oeis4.)