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!)
A145485 Primes p such that 2p - 31 is prime. 1
17, 19, 31, 37, 67, 79, 97, 127, 151, 157, 181, 199, 277, 331, 337, 379, 409, 421, 457, 499, 541, 547, 577, 601, 631, 661, 727, 739, 751, 757, 787, 829, 877, 907, 991, 1009, 1021, 1087, 1117, 1171, 1201, 1249, 1291, 1381, 1399, 1459, 1549, 1597, 1609, 1669 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A145479(n) - 31.
MATHEMATICA
aa = {}; k = 31; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, k + Prime[n])/2]], {n, 1, 500}]; aa
PROG
(PARI) list(lim)=my(v=List()); forprime(p=2, lim, if(isprime(2*p-31), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Jan 23 2017
CROSSREFS
Sequence in context: A050266 A045803 A098933 * A290634 A182570 A292237
KEYWORD
easy,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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)