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!)
A020021 Nearest integer to Gamma(n + 5/9)/Gamma(5/9). 2
1, 1, 1, 2, 8, 36, 199, 1303, 9844, 84217, 804738, 8494461, 98158214, 1232430908, 16706285647, 243169268857, 3782633071104, 62623591954943, 1099391947653438, 20399828362013787, 398929976857158503 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n) equals A020066(n) or A020111(n). - R. J. Mathar, May 18 2007
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n + 5/9]/Gamma[5/9]], {n, 0, 50}] (* G. C. Greubel, Feb 03 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+5/9)/gamma(5/9)), ", ")) \\ G. C. Greubel, Feb 03 2018
(Magma) [Round(Gamma(n +5/9)/Gamma(5/9)): n in [0..30]]; // G. C. Greubel, Feb 03 2018
CROSSREFS
Sequence in context: A052582 A367920 A222468 * A213076 A233744 A222469
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 23 10:21 EDT 2024. Contains 371905 sequences. (Running on oeis4.)