login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001716 Generalized Stirling numbers.
(Formerly M4651 N1990)
16
1, 9, 74, 638, 5944, 60216, 662640, 7893840, 101378880, 1397759040, 20606463360, 323626665600, 5395972377600, 95218662067200, 1773217155225600, 34758188233574400, 715437948072960000, 15429680577561600000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Oct 20 2009: (Start)

The asymptotic expansion of the higher order exponential integral E(x,m=2,n=4) ~ exp(-x)/x^2*(1 - 9/x + 74/x^2 - 638/x^3 + 5944/x^4 - 60216/x^5 + 662640/x^6 - ... ) leads to the sequence given above. See A163931 and A028421 for more information.

(End)

REFERENCES

Mitrinovic, D. S.; Mitrinovic, R. S.; Tableaux d'une classe de nombres relies aux nombres de Stirling. Univ. Beograd. Publ. Elektrotehn. Fak. Ser. Mat. Fiz. No. 77 1962, 77 pp.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

a(n) = sum((-1)^(n+k)*(k+1)*4^k*stirling1(n+1, k+1), k=0..n). - Borislav Crstici (bcrstici(AT)etv.utt.ro), Jan 26 2004

a(n)=n!*sum((-1)^k*binomial(-4,k)/(n-k),k=0..n-1). [From Milan R. Janjic (agnus(AT)blic.net), Dec 14 2008]

a(n)=n!*[3]h(n), where [k]h(n) denotes the k-th successive summation of the harmonic numbers from 0 to n. With ofset 1. [From Gary Detlefs (gdetlefs(AT)aol.com) Jan 04 2011]

a(n)=(n+1)!*sum((-1)^k*binomial(-4,k)/(n+1-k),k=0..n). [From Gary Detlefs, Jul 16 2011]

a(n)=(n+4)!*sum(1/(k+3), k=1..n+1)/6. [From Gary Detlefs, Sep 14 2011]

MATHEMATICA

f[k_] := k + 3; t[n_] := Table[f[k], {k, 1, n}]

a[n_] := SymmetricPolynomial[n - 1, t[n]]

Table[a[n], {n, 1, 16}]

(* Clark Kimberling, Dec 29 2011 *)

CROSSREFS

Related to n!*the k-th successive summation of the harmonic numbers: k=0..A000254, k=1..A001705,k= 2..A001711, k=3..A001716, k=4..A001721, k=5..A051524, k=6..A051545, k=7..A051560, k=8..A051562, k=9..A051564 [From Gary Detlefs (gdetlefs(AT)aol.com) Jan 04 2011]

Sequence in context: A037533 A178827 A190984 * A028991 A102094 A125397

Adjacent sequences:  A001713 A001714 A001715 * A001717 A001718 A001719

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Borislav Crstici (bcrstici(AT)etv.utt.ro), Jan 26 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:53 EST 2012. Contains 205904 sequences.