Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A001807

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A001807 a(n) = n! * binomial(n,5).
(history; published version)
#36 by Charles R Greathouse IV at Thu Sep 08 08:44:29 EDT 2022
PROG

(MAGMAMagma) [Factorial(n)*Binomial(n, 5): n in [5..35]]; // G. C. Greubel, May 17 2018

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#35 by N. J. A. Sloane at Sat Dec 07 12:18:17 EST 2019
PROG

(Sage) [binomial(n, 5)*factorial (n) for n in xrangerange(5, 19)] # Zerinvary Lajos, Jul 07 2009

Discussion
Sat Dec 07 12:18
OEIS Server: https://oeis.org/edit/global/2837
#34 by Alois P. Heinz at Thu May 17 21:05:27 EDT 2018
STATUS

proposed

approved

#33 by G. C. Greubel at Thu May 17 21:04:01 EDT 2018
STATUS

editing

proposed

#32 by G. C. Greubel at Thu May 17 21:03:54 EDT 2018
PROG

(PARI) for(n=5, 35, print1(n!*binomial(n, 5), ", ")) \\ G. C. Greubel, May 17 2018

(MAGMA) [Factorial(n)*Binomial(n, 5): n in [5..35]]; // G. C. Greubel, May 17 2018

STATUS

approved

editing

#31 by N. J. A. Sloane at Tue May 08 15:11:53 EDT 2018
LINKS

M. Abramowitz and I. A. Stegun, eds., <a href="http://appswww.nrbookconvertit.com/Go/ConvertIt/abramowitz_and_stegunReference/indexAMS55.htmlASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

Discussion
Tue May 08 15:11
OEIS Server: https://oeis.org/edit/global/2759
#30 by N. J. A. Sloane at Tue Jan 31 01:30:17 EST 2017
STATUS

proposed

approved

#29 by Jon E. Schoenfield at Mon Jan 30 22:44:34 EST 2017
STATUS

editing

proposed

#28 by Jon E. Schoenfield at Mon Jan 30 22:44:32 EST 2017
NAME

a(n) = n! * Cbinomial(n,5).

FORMULA

E.g.f.: x^5/(1-x)^6. - Geoffrey Critzer, Aug 19 2012.

MAPLE

G(x):=x^5/(1-x)^6: 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=5..18); # [_); # _Zerinvary Lajos_, Apr 01 2009]

PROG

(Sage) [binomial(n, 5)*factorial (n) for n in xrange(5, 19)] # [_)] # _Zerinvary Lajos_, Jul 07 2009]

AUTHOR

_N. J. A. Sloane_._

STATUS

approved

editing

#27 by N. J. A. Sloane at Sun Dec 18 13:50:03 EST 2016
LINKS

M. Abramowitz and I. A. Stegun, eds., <a href="http://wwwapps.nrbook.com/abramowitz_and_stegun/">/index.html">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

Discussion
Sun Dec 18 13:50
OEIS Server: https://oeis.org/edit/global/2580

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 September 11 13:05 EDT 2024. Contains 375829 sequences. (Running on oeis4.)