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!)
A145488 Numbers k such that 6k+13 is prime and 12k+13 is also prime. 1
0, 4, 5, 8, 14, 15, 19, 25, 28, 30, 33, 35, 44, 49, 50, 54, 60, 68, 70, 85, 88, 93, 99, 100, 103, 120, 123, 133, 140, 144, 145, 149, 154, 168, 170, 173, 175, 179, 184, 190, 198, 215, 228, 235, 245, 253, 259, 264, 268, 274, 275, 280, 285, 288, 294 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A145474(n)-13)/12.
MAPLE
select(k -> isprime(6*k+13) and isprime(12*k+13), [$0..1000]); # Robert Israel, Jan 23 2017
MATHEMATICA
aa = {}; k = 13; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, (Prime[n] - k)/12]], {n, 1, 500}]; aa
CROSSREFS
Sequence in context: A087475 A019526 A242014 * A050892 A347880 A274167
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 11 2008
EXTENSIONS
Definition corrected by Ivan Neretin, Jan 23 2017
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 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)