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!)
A020015 Nearest integer to Gamma(n + 9/10)/Gamma(9/10). 2
1, 1, 2, 5, 19, 95, 559, 3858, 30478, 271252, 2685395, 29270806, 348322597, 4493361500, 62457724854, 930620100318, 14796859595058, 250066927156482, 4476197996101023, 84600142126309335, 1683542828313555775, 35186045111753315688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Gamma(n + 9/10)/Gamma(9/10) = 1, 9/10, 171/100, 4959/1000, 193401/10000, 9476649/100000, 559122291/1000000, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end; seq(f(n, 9/10), n=0..25);
MATHEMATICA
f[n_] := Round[Gamma[n + 9/10]/Gamma[9/10]]; Array[f, 22, 0] (* Robert G. Wilson v, Sep 13 2013 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+9/10)/gamma(9/10)), ", ")) \\ G. C. Greubel, Jan 19 2018
(Magma) [Round(Gamma(n +9/10)/Gamma(9/10)): n in [0..30]]; // G. C. Greubel, Jan 19 2018
CROSSREFS
Sequence in context: A052169 A020019 A020109 * A363210 A291061 A188914
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 September 15 16:35 EDT 2024. Contains 375938 sequences. (Running on oeis4.)