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!)
A020024 Nearest integer to Gamma(n + 1/9)/Gamma(1/9). 2
1, 0, 0, 0, 1, 3, 17, 104, 740, 6006, 54717, 553254, 6147264, 74450194, 976124761, 13774204959, 208143541601, 3353423725801, 57380805974819, 1039230152655058, 19860842917407766, 399423618672311730 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Gamma(n + 1/9)/Gamma(1/9) = 1, 1/9, 10/81, 190/729, 5320/6561, 196840/59049, 9054640/531441, 498005200/4782969, ... - 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 + 1/9]/Gamma[1/9]], {n, 0, 50}] (* G. C. Greubel, Feb 03 2018 *)
PROG
(PARI) for(n=0, 30, print1(round(gamma(n+1/9)/gamma(1/9)), ", ")) \\ G. C. Greubel, Feb 03 2018
(Magma) [Round(Gamma(n +1/9)/Gamma(1/9)): n in [0..30]]; // G. C. Greubel, Feb 03 2018
CROSSREFS
Sequence in context: A116886 A163064 A020069 * A264963 A036551 A162479
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 March 29 19:31 EDT 2024. Contains 371281 sequences. (Running on oeis4.)