The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
1, 5, 8, 60, 11640, 14881, 23098, 90040, 239883, 1631365, 2803282, 4276595, 4343763, 10834865, 50457394, 101387685, 349770616, 384832508, 1025023303, 1582124479, 7753484647, 14554741880, 110768341257, 246113848342 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The Gamma function is defined by Gamma(0)=1 and the functional equation Gamma(x+1) = (x+1)*Gamma(x).
LINKS
PROG
(PARI) \\ 500 significant digits
s=gamma(3/4); for(i=0, 40, s=s*ceil(1/s)-1; print1(ceil(1/s), ", "); );
CROSSREFS
Cf. A006784.
Sequence in context: A323139 A284381 A165716 * A342195 A132050 A250067
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 10 2002
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 June 9 07:31 EDT 2024. Contains 373229 sequences. (Running on oeis4.)