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!)
A020013 Nearest integer to Gamma(n + 2/11)/Gamma(2/11). 2
1, 0, 0, 0, 1, 6, 32, 200, 1435, 11742, 107810, 1097700, 12274283, 149523080, 1970986053, 27952165839, 424364699555, 6866992410974, 117987415061287, 2145225728387030, 41149329880878478, 830468293959547465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n + 2/11]/Gamma[2/11]], {n, 0, 50}] (* G. C. Greubel, Jan 19 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+2/11)/gamma(2/11)), ", ")) \\ G. C. Greubel, Jan 19 2018
(Magma) [Round(Gamma(n +2/11)/Gamma(2/11)): n in [0..30]]; // G. C. Greubel, Jan 19 2018
CROSSREFS
Sequence in context: A108188 A020058 A146557 * A283326 A221540 A331878
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 August 18 23:41 EDT 2024. Contains 375284 sequences. (Running on oeis4.)