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 A062142

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

Showing entries 1-10 | older changes
A062142 Fourth (unsigned) column sequence of coefficient triangle A062137 of generalized Laguerre polynomials n!*L(n,3,x).
(history; published version)
#28 by Peter Luschny at Tue Aug 09 02:29:26 EDT 2022
STATUS

proposed

approved

#27 by Michel Marcus at Tue Aug 09 01:38:00 EDT 2022
STATUS

editing

proposed

#26 by Michel Marcus at Tue Aug 09 01:37:58 EDT 2022
CROSSREFS

Cf. A062137, A062141.

STATUS

proposed

editing

#25 by Jon E. Schoenfield at Tue Aug 09 00:27:56 EDT 2022
STATUS

editing

proposed

#24 by Jon E. Schoenfield at Tue Aug 09 00:27:46 EDT 2022
FORMULA

a(n) = (n+3)!*binomial(n+6, 6)/3!; e.g.f.: (1+ + 18*x+ + 45*x^2+ + 20*x^3)/(1-x)^10.

If we define f(n,i,x)= sum(sum() = Sum_{k=1..n} Sum_{j=1..k} binomial(k,j)*stirling1Stirling1(n,k)*stirling2Stirling2(j,i)*x^(k-j),j=i..k),k=i..n) ), then a(n-3)=(-) = (-1)^(n-1)*f(n,3,-7), (n>=3). [_). - _Milan Janjic_, Mar 01 2009]

PROG

(MAGMAMagma) [Factorial(n+3)*Binomial(n+6, 6)/6: n in [0..20]]; // G. C. Greubel, May 12 2018

STATUS

approved

editing

#23 by Alois P. Heinz at Fri Mar 20 09:24:53 EDT 2020
STATUS

proposed

approved

#22 by F. Chapoton at Fri Mar 20 09:03:57 EDT 2020
STATUS

editing

proposed

#21 by F. Chapoton at Fri Mar 20 09:03:46 EDT 2020
PROG

(Sage) [binomial(n, 6)*factorial ((n-3)/factorial ((3) for n in range(6, 22)] # Zerinvary Lajos, Jul 07 2009

.... return f(n)/f(r)/f(n-r)

STATUS

approved

editing

Discussion
Fri Mar 20 09:03
F. Chapoton: use space to indent python code
#20 by N. J. A. Sloane at Sat Dec 07 12:18:22 EST 2019
PROG

(Sage) [binomial(n, 6)*factorial (n-3)/factorial (3) for n in xrangerange(6, 22)] # Zerinvary Lajos, Jul 07 2009

Discussion
Sat Dec 07 12:18
OEIS Server: https://oeis.org/edit/global/2837
#19 by Alois P. Heinz at Sat May 12 17:24:37 EDT 2018
STATUS

proposed

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 August 6 06:14 EDT 2024. Contains 374960 sequences. (Running on oeis4.)