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!)
A145487 Numbers k such that 6k+5 is prime and 12k+5 is also prime 2
0, 1, 2, 3, 4, 7, 8, 9, 11, 14, 16, 21, 22, 24, 29, 32, 37, 38, 42, 43, 46, 51, 58, 63, 64, 66, 71, 73, 77, 79, 81, 84, 92, 98, 99, 102, 106, 107, 108, 113, 119, 123, 134, 136, 142, 143, 156, 157, 158, 162, 184, 191, 196, 198, 203, 212, 217, 219, 227, 228, 238, 241, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (A145471(n)-5)/12.
MATHEMATICA
aa = {}; k = 5; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, (Prime[n] - 5)/12]], {n, 1, 500}]; aa
Select[Range[0, 250], PrimeQ[6 # + 5] && PrimeQ[12 # + 5] &] (* Ivan Neretin, Jan 21 2017 *)
Select[Range[0, 250], AllTrue[5+{6#, 12#}, PrimeQ]&] (* Harvey P. Dale, Dec 20 2022 *)
CROSSREFS
Sequence in context: A022162 A022164 A074215 * A061856 A105941 A276876
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 March 29 06:44 EDT 2024. Contains 371265 sequences. (Running on oeis4.)