Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A308490 a(0) = 1, a(n) = Sum_{k=1..n} stirling2(n,k) * k^(2*k). 7
1, 1, 17, 778, 70023, 10439451, 2327592658, 725325847443, 301054612941037, 160546901676583432, 106969402879501806589, 87079496403914056543799, 85043317211453886535179728, 98135961356804028347727824541, 132097548629285541942722646521053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(exp(-2)/2) * n^(2*n).
E.g.f.: Sum_{k>=0} (k^2 * (exp(x) - 1))^k / k!. - Seiichi Manyama, Feb 04 2022
MATHEMATICA
Join[{1}, Table[Sum[k^(2*k)*StirlingS2[n, k], {k, 1, n}], {n, 1, 20}]]
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^2*(exp(x)-1))^k/k!))) \\ Seiichi Manyama, Feb 04 2022
CROSSREFS
Sequence in context: A012221 A012144 A265190 * A374946 A249459 A191963
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 31 2019
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 18 12:24 EDT 2024. Contains 375269 sequences. (Running on oeis4.)