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!)
A092146 Primes of the form p + 10 where p is a prime. 6
13, 17, 23, 29, 41, 47, 53, 71, 83, 89, 107, 113, 137, 149, 167, 173, 191, 233, 239, 251, 281, 293, 317, 347, 359, 383, 389, 419, 431, 443, 449, 467, 509, 557, 587, 617, 641, 653, 683, 701, 719, 743, 761, 797, 821, 839, 863, 887, 929, 947, 977, 1019, 1031 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 10 + A023203(n). - Alois P. Heinz, Feb 27 2020
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p=p+10], AppendTo[lst, p]], {n, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 29 2009 *)
Select[Prime[Range[200]]+10, PrimeQ] (* Harvey P. Dale, Aug 03 2018 *)
CROSSREFS
Sequence in context: A050716 A217046 A141076 * A207991 A120157 A143822
KEYWORD
nonn,easy
AUTHOR
Douglas Winston (douglas.winston(AT)srupc.com), Mar 31 2004
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 August 3 05:44 EDT 2024. Contains 374875 sequences. (Running on oeis4.)