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!)
A351183 a(n) = Sum_{k=0..n} k^(2*n) * Stirling1(n,k). 4
1, 1, 15, 539, 28980, 1295404, -177715720, -88870557952, -11213754156480, 11072302541223336, 8352732988619491824, -1800044600955923261688, -8483589341410812834791040, -2945489916041839476122254560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} log(1 + k^2*x)^k / k!.
PROG
(PARI) a(n) = sum(k=0, n, k^(2*n)*stirling(n, k, 1));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, log(1+k^2*x)^k/k!)))
CROSSREFS
Sequence in context: A002403 A077206 A171197 * A061174 A255956 A115918
KEYWORD
sign
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 September 18 02:20 EDT 2024. Contains 375995 sequences. (Running on oeis4.)