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!)
A145486 Primes p such that 2p - 37 is prime. 1
37, 67, 73, 97, 109, 139, 157, 193, 223, 229, 307, 349, 373, 397, 433, 457, 487, 523, 577, 619, 643, 709, 733, 823, 829, 853, 907, 919, 1033, 1063, 1087, 1129, 1153, 1213, 1237, 1279, 1297, 1327, 1447, 1543, 1549, 1579, 1609, 1627, 1669, 1699, 1747, 1753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=2*A145480(n)-37
MATHEMATICA
aa = {}; k = 37; 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-37), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Jan 23 2017
CROSSREFS
Sequence in context: A158018 A226697 A117475 * A319673 A121764 A131499
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)