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!)
A145489 Numbers k such that 6k + 11 is prime and 12k + 5 is also prime. 1
0, 1, 2, 3, 7, 8, 12, 16, 21, 23, 26, 37, 38, 42, 43, 47, 51, 56, 58, 63, 68, 73, 78, 91, 92, 98, 101, 106, 107, 108, 133, 136, 141, 142, 156, 157, 162, 173, 192, 196, 201, 203, 212, 218, 227, 233, 236, 238, 246, 247, 257, 267, 268, 271, 287, 296, 306, 313, 316, 323, 327, 332, 346, 353, 357, 366, 367, 371, 376, 387, 401, 406, 411, 423, 441, 442, 448, 453, 471, 472, 478, 483, 488, 491, 498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (A145475(n) - 5)/12.
MATHEMATICA
Select[Range[0, 500], PrimeQ[6# + 11 ] && PrimeQ[12# + 5]&]
PROG
(PARI) isok(n) = isprime(6*n+11) && isprime(12*n+5); \\ Michel Marcus, Jan 24 2017
CROSSREFS
Sequence in context: A281018 A184860 A242655 * A003307 A105601 A199971
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 11 2008
EXTENSIONS
Corrected by Artur Jasinski, Apr 01 2011
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 11:48 EDT 2024. Contains 371711 sequences. (Running on oeis4.)