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!)
A090969 a(n) = 1/Integral_{x=0..1} (x^5 - x^6)^n. 4
1, 42, 858, 15504, 265650, 4417686, 72068304, 1160068104, 18490100706, 292486494300, 4599035681526, 71963547329856, 1121519754006288, 17419158268943970, 269767427275060200, 4167406330765934256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A016921(n)*A004355(n). - R. J. Mathar, Jun 21 2009
a(n) = 1/B(5*n+1,n+1) = (6*n+1)!/(n! * (5*n)!), where B(p,q) is Euler's beta function (basically identical with R. J. Mathar's comment). - Emeric Deutsch, Jun 29 2009
a(n) ~ 2^(6*n+1) * 3^(6*n+3/2) * sqrt(n) / (sqrt(Pi) * 5^(5*n+1/2)). - Vaclav Kotesovec, Aug 15 2017
MAPLE
seq(factorial(6*n+1)/(factorial(n)*factorial(5*n)), n = 0 .. 16); # Emeric Deutsch, Jun 29 2009
MATHEMATICA
Table[1/Beta[5*n+1, n+1], {n, 0, 20}] (* G. C. Greubel, Feb 03 2019 *)
PROG
(PARI) vector(20, n, n--; (6*n+1)!/(n!*(5*n)!)) \\ G. C. Greubel, Feb 03 2019
(Magma) [Factorial(6*n+1)/(Factorial(n)*Factorial(5*n)): n in [0..20]]; // G. C. Greubel, Feb 03 2019
(Sage) [1/beta(5*n+1, n+1) for n in range(20)] # G. C. Greubel, Feb 03 2019
CROSSREFS
Sequence in context: A231162 A290364 A030020 * A010958 A035716 A296011
KEYWORD
nonn
AUTHOR
Al Hakanson (hawkuu(AT)excite.com), Feb 29 2004
EXTENSIONS
Extended by Emeric Deutsch, Jun 29 2009
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 April 23 05:35 EDT 2024. Contains 371906 sequences. (Running on oeis4.)