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!)
A091036 Sixth column (k=7) of array A090438 ((4,2)-Stirling2) divided by 48=4!*2. 2
1, 840, 498960, 285405120, 173145772800, 115598414131200, 86165279456256000, 72034173625430016000, 67538393730337001472000, 70856069211827240140800000, 82901600977837870964736000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
FORMULA
a(n)=A090438(n, 7)/48, n>=4.
a(n)=binomial(2*n-2, 5)*(2*n)!/(7!*4!*2)= A053132(n+1)*(2*n)!/(7!*4!), n>=4.
E.g.f.:(sum(((-1)^(p+1))*binomial(7, p)*hypergeom([(p-1)/2, p/2], [], 4*x), p=2..7) + 6)/(7!*48) (cf. A090438).
D-finite with recurrence (2*n-7)*(n-4)*a(n) -2*n*(n-1)*(2*n-1)*(2*n-3)*a(n-1)=0. - R. J. Mathar, Jul 27 2022
MAPLE
A091036 := proc(n)
binomial(2*n-2, 5)*(2*n)!/7!/4!/2 ;
end proc:
seq(A091036(n), n=4..40) ; # R. J. Mathar, Jul 27 2022
CROSSREFS
Cf. A091035 (fifth column of A090438).
Sequence in context: A107516 A091035 A181203 * A091038 A121498 A331650
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jan 23 2004
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 September 15 16:35 EDT 2024. Contains 375938 sequences. (Running on oeis4.)