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!)
A085115 Numerator of G(n)=sum(k=1,n,1/2^k/2*sum(j=0,k-1,1/binomial(2^(k-j)+j,j))). 1
1, 5, 241, 1561, 96029, 8580709, 1707931151, 147403551109, 1271289370866337, 18501833565256581935, 1745474502799550774494057, 35091068020856449153974443861, 12840452368911027932139293073746831113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
David H. Bailey and Richard E. Crandall, Random Generators and Normal Numbers, 2000.
LINKS
M. Beeler, R. W. Gosper and R. Schroeppel, HAKMEM, Cambridge, MA: MIT Artificial Intelligence Laboratory, Memo AIM-239, Feb. 1972, Item 120, page 55.  Also HTML transcription.
FORMULA
lim n-->oo G(n) = Gamma constant = 0.5772....
PROG
(PARI) a(n)=numerator(sum(k=1, n, 1/2^k/2*sum(j=0, k-1, 1/binomial(2^(k-j)+j, j))))
CROSSREFS
Cf. A085116 (denominators).
Sequence in context: A230885 A142732 A242625 * A317165 A327582 A144999
KEYWORD
frac,nonn
AUTHOR
Benoit Cloitre, Aug 10 2003
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 2 15:24 EDT 2024. Contains 373040 sequences. (Running on oeis4.)