The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020068 a(n) = floor( Gamma(n+2/9) / Gamma(2/9) ). 7
1, 0, 0, 0, 1, 8, 42, 266, 1927, 15844, 146122, 1493700, 16762639, 204876708, 2708925368, 38526938568, 586465620430, 9513775620309, 163848357905335, 2985681188497227, 57391427290002261, 1160582196308934615 (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/9, n)), n = 0..25); # G. C. Greubel, Nov 13 2019
MATHEMATICA
Floor[Pochhammer[2/9, Range[0, 25]]] (* G. C. Greubel, Nov 13 2019 *)
PROG
(PARI) x=2/9; vector(26, n, gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Nov 13 2019
(Magma) [Floor(Gamma(n+2/9)/Gamma(2/9)): n in [0..25]]; // G. C. Greubel, Nov 13 2019
(Sage) [floor(rising_factorial(2/9, n)) for n in (0..25)] # G. C. Greubel, Nov 13 2019
CROSSREFS
Sequence in context: A047759 A047772 A204565 * A266474 A238723 A316283
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 May 15 12:24 EDT 2024. Contains 372540 sequences. (Running on oeis4.)