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!)
A020017 Nearest integer to Gamma(n + 3/10)/Gamma(3/10). 2
1, 0, 0, 1, 3, 13, 67, 425, 3103, 25751, 239483, 2466678, 27873456, 342843514, 4559818741, 65205407995, 997642742322, 16261576699844, 281325276907304, 5148252567403659, 99361274550890613, 2017033873383079454 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Gamma(n + 3/10)/Gamma(3/10) = 1, 3/10, 39/100, 897/1000, 29601/10000, 1272843/100000, 67460679/1000000, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[Gamma[n + 3/10]/Gamma[3/10]], {n, 0, 50}] (* G. C. Greubel, Jan 20 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+3/10)/gamma(3/10)), ", ")) \\ G. C. Greubel, Jan 20 2018
(Magma) [Round(Gamma(n+3/10)/Gamma(3/10)): n in [0..30]]; // G. C. Greubel, Jan 20 2018
CROSSREFS
Sequence in context: A180191 A080832 A194019 * A060014 A182666 A042659
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 12 09:35 EDT 2024. Contains 375092 sequences. (Running on oeis4.)