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

%I #13 Sep 23 2022 18:10:38

%S 1,1,1,2,9,41,231,1528,11610,99850,958562,10160756,117864768,

%T 1485096081,20197306708,294880677942,4600138575888,76362300359740,

%U 1343976486331426,24997962645764522,489960067856984638

%N Nearest integer to Gamma(n + 3/5)/Gamma(3/5).

%C 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

%p Digits := 64:f := proc(n,x) round(GAMMA(n+x)/GAMMA(x)); end;

%t Table[Round[QGamma[n+3/5,1]/QGamma[3/5,1]],{n,0,20}] (* _Harvey P. Dale_, May 19 2019 *)

%Y Cf. A047056, A020083, A020128.

%K nonn

%O 0,4

%A _Simon Plouffe_

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 14:50 EDT 2024. Contains 371792 sequences. (Running on oeis4.)