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

%I #9 Jun 19 2024 09:28:00

%S 1,1,17,923,107724,22369324,7385651720,3597082257152,2449105468081600,

%T 2238708422118782376,2661994302285967390224,4014423110086784061347592,

%U 7519716937006429200213786240,17194081369411703462470895338272

%N a(n) = Sum_{k=0..n} k^(2*n) * |Stirling1(n,k)|.

%F E.g.f.: Sum_{k>=0} (-log(1 - k^2*x))^k / k!.

%t 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 *)

%o (PARI) a(n) = sum(k=0, n, k^(2*n)*abs(stirling(n, k, 1)));

%Y Cf. A229261, A351183, A373856.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Jun 19 2024

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 15 20:11 EDT 2024. Contains 375173 sequences. (Running on oeis4.)