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!)
A020027 Nearest integer to Gamma(n + 3/8)/Gamma(3/8). 0

%I #16 Sep 23 2022 22:05:56

%S 1,0,1,1,4,18,97,620,4570,38270,358778,3722325,42341447,523975411,

%T 7008171125,100742459918,1548915321246,25363488385399,440690610696307,

%U 8097689971544645,156892743198677493,3196689642673053919

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

%C Gamma(n + 3/8)/Gamma(3/8) = 1, 3/8, 33/64, 627/512, 16929/4096, 592515/32768, 25478145/262144, ... - _R. J. Mathar_, Sep 04 2016

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

%t Table[Round[Gamma[n+3/8]/Gamma[3/8]],{n,0,30}] (* _Harvey P. Dale_, May 05 2022 *)

%Y Cf. A020072, A020117, A144756.

%K nonn

%O 0,5

%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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)