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!)
A020038 Nearest integer to Gamma(n + 3/5)/Gamma(3/5). 1
1, 1, 1, 2, 9, 41, 231, 1528, 11610, 99850, 958562, 10160756, 117864768, 1485096081, 20197306708, 294880677942, 4600138575888, 76362300359740, 1343976486331426, 24997962645764522, 489960067856984638 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Gamma(n + 3/5)/Gamma(3/5) = 1, 3/5, 24/25, 312/125, 5616/625, 129168/3125, 3616704/15625, 119351232/78125, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) round(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Round[QGamma[n+3/5, 1]/QGamma[3/5, 1]], {n, 0, 20}] (* Harvey P. Dale, May 19 2019 *)
CROSSREFS
Sequence in context: A181375 A152052 A192661 * A330016 A056845 A354302
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)