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!)
A020050 a(n) = floor(Gamma(n+10/11)/Gamma(10/11)). 2
1, 0, 1, 5, 19, 96, 572, 3955, 31285, 278720, 2761871, 30129503, 358814994, 4631975383, 64426566694, 960541539816, 15281342678896, 258393612570434, 4627594697852333, 87503608832116847, 1742117303112144502 (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(10/11, n)), n = 0..25); # G. C. Greubel, Dec 01 2019
MATHEMATICA
Floor[Pochhammer[10/11, Range[0, 25]]] (* G. C. Greubel, Dec 01 2019 *)
PROG
(PARI) x=10/11; vector(26, n, gamma(n-1+x)\gamma(x) ) \\ G. C. Greubel, Dec 01 2019
(Magma) [Floor(Gamma(n+10/11)/Gamma(10/11)): n in [0..25]]; // G. C. Greubel, Dec 01 2019
(Sage) [floor(rising_factorial(10/11, n)) for n in (0..25)] # G. C. Greubel, Dec 01 2019
CROSSREFS
Sequence in context: A149809 A263245 A346199 * A106958 A331336 A361278
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)