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!)
A222059 a(n) = n-th harmonic-exponential number, multiplied by n!. 2
0, 1, 5, 44, 590, 11094, 276924, 8821056, 347992560, 16608856176, 941180477760, 62356907861280, 4768658639919360, 416372600735314560, 41123273761815517440, 4557176483095745510400, 562635159090115071744000, 76906191809174747446425600, 11573912988161070649533849600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Ayhan Dil and Veli Kurt, Polynomials related to harmonic numbers and evaluation of harmonic number series I, INTEGERS, 12 (2012), #A38. See Eq. (60).
FORMULA
a(n) = Sum_{k=0..n} A008277(n,k) * (A001008(k)/A002805(k)) * A000142(n). - Michel Marcus, Feb 08 2013
Sum_{n>=0} a(n) * x^n / n!^2 = Sum_{n>=1} H(n) * (exp(x) - 1)^n / n!, where H(n) is the n-th harmonic number. - Ilya Gutkovskiy, Jun 03 2022
MATHEMATICA
Table[Sum[HarmonicNumber[k] StirlingS2[n, k] n!, {k, 0, n}], {n, 0, 20}] (* Vladimir Reshetnikov, Oct 20 2015 *)
PROG
(PARI) a(n) = sum(k=0, n, (sum(i=0, k, (-1)^i*binomial(k, i)*i^n) * (-1)^k/k!)*sum(i=1, k, 1/i) * n!); \\ Michel Marcus, Feb 08 2013
CROSSREFS
Sequence in context: A349836 A052803 A201923 * A336290 A214396 A252931
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 08 2013
EXTENSIONS
More terms from Michel Marcus, Feb 08 2013
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 April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)