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!)
A020011 Nearest integer to Gamma(n + 4/11)/Gamma(4/11). 2
1, 0, 0, 1, 4, 17, 92, 587, 4324, 36162, 338611, 3509239, 39877720, 493033635, 6588722213, 94638009964, 1453983971265, 23792464984330, 413123710182463, 7586453586987049, 146901328548021943, 2991445235886992290 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MATHEMATICA
Table[Round[Gamma[n + 4/11]/Gamma[4/11]], {n, 0, 50}] (* G. C. Greubel, Jan 19 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+4/11)/gamma(4/11)), ", ")) \\ G. C. Greubel, Jan 19 2018
(Magma) [Round(Gamma(n +4/11)/Gamma(4/11)): n in [0..30]]; // G. C. Greubel, Jan 19 2018
CROSSREFS
Sequence in context: A355295 A316084 A112354 * A239914 A323664 A067084
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 11:39 EDT 2024. Contains 371936 sequences. (Running on oeis4.)