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!)
A020058 a(n) = floor(Gamma(n+2/11)/Gamma(2/11)). 2
1, 0, 0, 0, 1, 6, 32, 199, 1435, 11741, 107809, 1097700, 12274282, 149523079, 1970986052, 27952165838, 424364699554, 6866992410974, 117987415061286, 2145225728387029, 41149329880878477, 830468293959547464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
seq(floor(pochhammer(2/11, n)), n = 0..25); # G. C. Greubel, Nov 30 2019
MATHEMATICA
Floor[Pochhammer[2/11, Range[0, 25]]] (* G. C. Greubel, Nov 30 2019 *)
PROG
(PARI) x=2/11; vector(26, n, gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Nov 30 2019
(Magma) [Floor(Gamma(n+2/11)/Gamma(2/11)): n in [0..25]]; // G. C. Greubel, Nov 30 2019
(Sage) [floor(rising_factorial(2/11, n)) for n in (0..25)] # G. C. Greubel, Nov 30 2019
CROSSREFS
Sequence in context: A319228 A216441 A108188 * A146557 A020013 A283326
KEYWORD
nonn
AUTHOR
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)