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!)
A351182 a(n) = Sum_{k=0..n} k^(2*k) * Stirling1(n,k). 4
1, 1, 15, 683, 61332, 9135004, 2035708760, 634172615600, 263166948202080, 140322186951905736, 93484350581344936344, 76095870609142447018152, 74311960997497053384537408, 85748280952260853814490688656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k^2 * log(1+x))^k / k!.
a(n) ~ exp(-exp(-2)/2) * n^(2*n). - Vaclav Kotesovec, Feb 18 2022
PROG
(PARI) a(n) = sum(k=0, n, k^(2*k)*stirling(n, k, 1));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^2*log(1+x))^k/k!)))
CROSSREFS
Sequence in context: A079600 A171113 A166186 * A266519 A177230 A209499
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 04 2022
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)