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!)
A373858 a(n) = Sum_{k=1..n} k! * k^(2*n-1) * Stirling1(n,k). 1
0, 1, 15, 1268, 317294, 175542694, 181641609214, 315309390376056, 850661260866748728, 3370191684116333977872, 18768704088141613880906736, 141902519646656406912522712848, 1415862822521619228707500717132224, 18210234893009450819658863637633454608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=1} log(1 + k^2*x)^k / k.
MATHEMATICA
nmax=13; Range[0, nmax]!CoefficientList[Series[Sum[(Log[1 + k^2*x])^k / k, {k, nmax}], {x, 0, nmax}], x] (* Stefano Spezia, Jun 19 2024 *)
PROG
(PARI) a(n) = sum(k=1, n, k!*k^(2*n-1)*stirling(n, k, 1));
CROSSREFS
Sequence in context: A273967 A273963 A220179 * A166330 A300618 A232147
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:21 EDT 2024. Contains 373826 sequences. (Running on oeis4.)