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!)
A068478 Engel expansion of Gamma(3/4) = Sum_{i>0} 1/Product_{n=1..i} 1/a(n). 0

%I #12 Jan 09 2021 11:50:16

%S 1,5,8,60,11640,14881,23098,90040,239883,1631365,2803282,4276595,

%T 4343763,10834865,50457394,101387685,349770616,384832508,1025023303,

%U 1582124479,7753484647,14554741880,110768341257,246113848342

%N Engel expansion of Gamma(3/4) = Sum_{i>0} 1/Product_{n=1..i} 1/a(n).

%C The Gamma function is defined by Gamma(0)=1 and the functional equation Gamma(x+1) = (x+1)*Gamma(x).

%o (PARI) \\ 500 significant digits

%o s=gamma(3/4); for(i=0,40,s=s*ceil(1/s)-1; print1(ceil(1/s), ", "); );

%Y Cf. A006784.

%K easy,nonn

%O 1,2

%A _Benoit Cloitre_, Mar 10 2002

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 May 2 15:37 EDT 2024. Contains 372197 sequences. (Running on oeis4.)