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!)
A217484 Partial sums of the numbers in sequence A080253. 6
1, 4, 21, 168, 1865, 26348, 450205, 9011152, 206624529, 5338349652, 153408637349, 4853054571896, 167576795780953, 6271355892192316, 252836327218276653, 10924378168890333600, 503589353964709474337, 24669610145575233317540 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum(c(k),k=0..n), where c(n) = A080253(n).
E.g.f.: exp (x)/(2-exp(2*x)) + x*exp (x)/2 + (1/4)*exp(x)*log(1/(2-exp(2*x))). - corrected by Vaclav Kotesovec, Jan 02 2013
a(n) ~ n! * 2^(n-1/2)/(log(2))^(n+1). - Vaclav Kotesovec, Jan 02 2013
MATHEMATICA
t[n_] := Sum[StirlingS2[n, k] k!, {k, 0, n}]; c[n_] := Sum[Binomial[n, k] 2^k t[k], {k, 0, n}]; Table[Sum[c[k], {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) t(n):=sum(stirling2(n, k)*k!, k, 0, n);
c(n):=sum(binomial(n, k)*2^k*t(k), k, 0, n);
makelist(sum(c(k), k, 0, n), n, 0, 10);
CROSSREFS
Sequence in context: A339233 A107872 A008858 * A078670 A317104 A163948
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Oct 04 2012
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)