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!)
A373861 a(n) = Sum_{k=0..n} k^(2*n) * |Stirling1(n,k)|. 1
1, 1, 17, 923, 107724, 22369324, 7385651720, 3597082257152, 2449105468081600, 2238708422118782376, 2661994302285967390224, 4014423110086784061347592, 7519716937006429200213786240, 17194081369411703462470895338272 (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!.
MATHEMATICA
Unprotect[Power]; Power[0, 0] = 1; Protect[Power]; nmax=13; Range[0, nmax]!CoefficientList[Series[Sum[(-Log[1 - k^2*x])^k / k!, {k, 0, nmax}], {x, 0, nmax}], x] (* Stefano Spezia, Jun 19 2024 *)
PROG
(PARI) a(n) = sum(k=0, n, k^(2*n)*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A086265 A156138 A229261 * A196873 A262386 A298302
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Jun 19 2024
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 June 28 23:38 EDT 2024. Contains 373826 sequences. (Running on oeis4.)