Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A001720
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A001720 n!/24.
(Formerly M3960 N1634)
+0
33
1, 5, 30, 210, 1680, 15120, 151200, 1663200, 19958400, 259459200, 3632428800, 54486432000, 871782912000, 14820309504000, 266765571072000, 5068545850368000, 101370917007360000, 2128789257154560000 (list; graph; listen)
OFFSET

4,2

COMMENT

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=1,n=5) ~ exp(-x)/x*(1 - 5/x + 30/x^2 - 210/x^3 + 1680/x^4 - 15120/x^5 + 151200/x^6 - 1663200/x^7 + ... ) leads to the sequence given above. See A163931 and A130534 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).

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 264

W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.

Alexsandar Petojevic, The Function vM_m(s; a; z) and Some Well-Known Sequences, Journal of Integer Sequences, Vol. 5 (2002), Article 02.1.7

Index entries for sequences related to factorial numbers

FORMULA

E.g.f. if offset 0: 1/(1-x)^5.

MAPLE

a[0]:=1:a[1]:=1:for n from 2 to 50 do a[n]:=(a[n-1]*(n+2)^2) od: seq(sqrt(a[n])/4, n=2..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 04 2008

a:=n->mul(denom((k+1)/(k+2) ), k=3..n): seq(a(n), n=2..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2008

a:=n->mul(numer((k+1)/(k+2) ), k=4..n): seq(a(n), n=3..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2008

a:=n->mul((j-1), j=6..n):seq(a(n), n=5..22); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 07 2008]

restart: G(x):=1/(1-x)^5: f[0]:=G(x): for n from 1 to 18 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=0..17); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 01 2009]

MATHEMATICA

a[n_]:=n!/24; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 13 2008]

PROGRAM

(Other) sage: [binomial(n, 4)*factorial (n-4) for n in xrange(4, 22)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 07 2009]

CROSSREFS

Cf. A049459, A051338. a(n)= A049353(n-3, 1) (first column of triangle).

Sequence in context: A144180 A091122 A029587 this_sequence A051829 A058247 A137965

Adjacent sequences: A001717 A001718 A001719 this_sequence A001721 A001722 A001723

KEYWORD

nonn,easy

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research