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!)
A165811 Primes of the form 18*p+1, where p is also a prime. 2
37, 127, 199, 307, 523, 739, 1063, 1279, 1423, 1747, 2287, 2467, 2503, 2683, 2719, 3259, 3547, 3583, 4339, 4519, 4987, 5059, 5527, 6067, 6247, 6607, 6823, 7219, 7759, 8623, 8839, 9739, 10243, 10567, 11863, 12619, 12763, 13627, 14347, 14563, 14779, 14887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1+18*A165810(n).
EXAMPLE
p=2 contributes 37=18*2+1. p=7 contributes 127=18*7+1. p=11 contributes 199=18*11+1
MATHEMATICA
Select[Table[18p + 1, {p, Prime[Range[400]]}], PrimeQ] (* Vincenzo Librandi, Oct 13 2012 *)
PROG
(Magma) [a: p in PrimesInInterval(2, 1000) | IsPrime(a) where a is 18*p + 1]; // Vincenzo Librandi, Oct 13 2012
CROSSREFS
Sequence in context: A048510 A250891 A250898 * A142331 A250899 A139734
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Sep 28 2009
EXTENSIONS
Extended by R. J. Mathar, Oct 16 2009
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 18 09:47 EDT 2024. Contains 371779 sequences. (Running on oeis4.)