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!)
A158019 Numbers such that (n-1)/2 and 10*n-1 are both prime. 0
11, 15, 23, 27, 35, 39, 83, 107, 123, 143, 167, 179, 195, 203, 207, 227, 255, 275, 279, 347, 399, 423, 455, 479, 567, 587, 623, 627, 695, 707, 735, 759, 767, 779, 795, 839, 843, 863, 867, 935, 975, 983, 1007, 1043, 1095, 1115, 1155, 1215, 1227, 1283, 1323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Relating the two prime types:
(p-1)/2,(p-1)/4,(p-1)/6,(p-1)/8,(p-1)/10,(p-1)/12...
and
2*p-1,4*p-1,6*p-1,8*p-1,10*p-1...
where both contain 11,23 subsequence.
LINKS
MATHEMATICA
Flatten[Table[If[PrimeQ[(n - 1)/2] && PrimeQ[10*n - 1], n, {}], {n, 1, 10000}]]
Select[Range[1, 1500, 2], PrimeQ[(#-1)/2]&&PrimeQ[10#-1]&] (* Harvey P. Dale, Mar 10 2013 *)
CROSSREFS
Sequence in context: A045564 A285271 A087142 * A228205 A343416 A256498
KEYWORD
nonn
AUTHOR
Roger L. Bagula and Gary W. Adamson, Mar 11 2009, Mar 20 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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)