The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A145483 Primes p such that 2p - 23 is prime. 1
13, 17, 23, 41, 47, 53, 101, 107, 131, 137, 167, 191, 227, 233, 251, 257, 263, 293, 311, 353, 383, 431, 443, 467, 503, 521, 557, 563, 587, 593, 641, 653, 761, 773, 797, 821, 947, 977, 1013, 1031, 1061, 1181, 1187, 1217, 1223, 1277, 1283, 1301, 1307, 1361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A145477(n) - 23.
MATHEMATICA
aa = {}; k = 23; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, k + Prime[n])/2]], {n, 1, 500}]; aa
(* Second program: *)
Select[Prime@ Range@ 240, And[PrimeQ@ #, # > 0] &[2 # - 23] &] (* Michael De Vlieger, Jan 23 2017 *)
CROSSREFS
Sequence in context: A240894 A244078 A126143 * A349978 A125262 A163754
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 11 2008
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 June 12 15:57 EDT 2024. Contains 373333 sequences. (Running on oeis4.)