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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154114 Primes such that prime+9699690 is also prime, 9699690=2*3*5*7*11*13*17*19. 2
23, 37, 41, 43, 59, 73, 79, 83, 109, 113, 127, 137, 151, 163, 197, 199, 223, 227, 229, 233, 239, 251, 263, 269, 283, 313, 337, 349, 373, 383, 389, 409, 421, 449, 457, 463, 479, 523, 557, 599, 617, 647, 691, 727, 739, 743, 751, 757, 761, 773, 797, 811, 821 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[p+9699690], AppendTo[lst, p]], {n, 6!}]; lst

Select[Prime[Range[200]], PrimeQ[#+9699690]&]  (* From Harvey P. Dale, Apr 26 2011 *)

CROSSREFS

Cf. A049482, A049485, A049481

Sequence in context: A120147 A166499 A045533 * A163384 A059798 A173829

Adjacent sequences:  A154111 A154112 A154113 * A154115 A154116 A154117

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 04 2009

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 17 16:49 EST 2012. Contains 206058 sequences.