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!)
A112323 a(n) = numerator of sum of reciprocals of the terms of the continued fraction for prime(n+1)/prime(n). 6
3, 5, 2, 10, 17, 19, 13, 31, 38, 11, 41, 49, 31, 73, 82, 93, 89, 19, 115, 107, 5, 136, 148, 107, 31, 38, 178, 161, 139, 67, 220, 236, 103, 256, 56, 181, 47, 283, 302, 313, 269, 52, 287, 61, 74, 65, 69, 388, 341, 289, 423, 359, 137, 456, 467, 478, 101, 107, 349, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
prime(6)/prime(5) = 13/11 = 1 + 1/(5 + 1/2).
So a(5) is 17, the numerator of 17/10 = 1 + 1/5 + 1/2.
MATHEMATICA
f[n_] := Plus @@ (1/# &) /@ ContinuedFraction[Prime[n + 1]/Prime[n]]; Table[Numerator[f[n]], {n, 60}] (* Ray Chandler, Sep 07 2005 *)
CROSSREFS
Sequence in context: A077975 A356378 A258656 * A102507 A076556 A324776
KEYWORD
nonn,frac
AUTHOR
Leroy Quet, Sep 03 2005
EXTENSIONS
Extended by Ray Chandler, Sep 07 2005
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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)