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!)
A134412 a(n) = the numerator of (Sum_{k=1..n} 1/A134411(k)). 2
1, 2, 3, 7, 23, 29, 31, 37, 43, 23, 47, 53, 59, 31, 127, 139, 151, 163, 167, 179, 191, 197, 67, 71, 73, 223, 229, 241, 61, 41, 43, 131, 137, 139, 71, 571, 193, 197, 599, 607, 631, 643, 647, 659, 683, 691, 233, 241, 1213, 1223, 3709, 3769, 3889, 3929, 4049, 4079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
With the exception of the initial 1, all terms of this sequence are primes.
LINKS
MATHEMATICA
a = {1}; s = 1; Do[i = 1; While[ ! PrimeQ[Numerator[s + 1/i]], i++ ]; s = s + 1/i; AppendTo[a, Numerator[s]], {80}]; a (* Stefan Steinerberger, Oct 27 2007 *)
CROSSREFS
Sequence in context: A158055 A156615 A158054 * A005115 A113872 A120302
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Oct 24 2007
EXTENSIONS
More terms from Stefan Steinerberger, Oct 27 2007
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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)