login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107426 Prime numbers n such that sum of terms of continued fraction for prime(n)/n is prime. 0
2, 5, 7, 13, 17, 23, 31, 37, 41, 47, 71, 73, 89, 101, 109, 131, 197, 211, 271, 283, 367, 379, 443, 457, 461, 599, 661, 743, 773, 821, 823, 827, 911, 929, 941, 971, 977, 983, 991, 1013, 1033, 1051, 1093, 1163, 1181, 1237, 1259, 1289, 1291, 1307, 1321, 1409 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Prime numbers appearing in A107898.

LINKS

Eric Weisstein's World of Mathematics, Continued Fraction.

EXAMPLE

17 is OK because 17th prime is 59, 59/17 = 3 +1/(2+1/8), terms of continued fraction is {3, 2, 8) and sum of terms is prime number 13.

MATHEMATICA

bb={}; Do[n=Prime[m]; If[PrimeQ[Plus@@ContinuedFraction[Prime[n]/n]], bb=Append[bb, n]], {m, 300}]; bb

CROSSREFS

Cf. A107898, A107899, A107900, A107901.

Sequence in context: A023240 A023204 A045352 * A144256 A082555 A160794

Adjacent sequences:  A107423 A107424 A107425 * A107427 A107428 A107429

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 26 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:23 EST 2012. Contains 205694 sequences.