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!)
A020076 a(n) = floor( Gamma(n+4/7)/Gamma(4/7) ). 7
1, 0, 0, 2, 8, 37, 210, 1380, 10450, 89574, 857351, 9063434, 104876887, 1318452295, 17893281147, 260730668150, 4059948975490, 67279154450985, 1182190856781603, 21954973054515489, 429690186924088870 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
Digits := 64:f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
seq(floor(pochhammer(4/7, n)), n = 0..25); # G. C. Greubel, Nov 17 2019
MATHEMATICA
Floor[Pochhammer[4/7, Range[0, 25]]] (* G. C. Greubel, Nov 17 2019 *)
PROG
(PARI) vector(26, n, my(x=4/7); gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Nov 17 2019
(Magma) [Floor(Gamma(n+4/7)/Gamma(4/7)): n in [0..25]]; // G. C. Greubel, Nov 17 2019
(Sage) [floor(rising_factorial(4/7, n)) for n in (0..25)] # G. C. Greubel, Nov 17 2019
CROSSREFS
Cf. A220609.
Sequence in context: A007857 A289541 A047729 * A342052 A317873 A289316
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 19 12:12 EDT 2024. Contains 372691 sequences. (Running on oeis4.)