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!)
A167057 Numbers n such that 12*n + 11 is prime. 5
0, 1, 3, 4, 5, 6, 8, 10, 13, 14, 15, 18, 19, 20, 21, 25, 28, 29, 31, 34, 35, 36, 38, 39, 40, 41, 46, 48, 49, 53, 54, 56, 59, 61, 68, 69, 71, 73, 75, 78, 80, 81, 84, 85, 90, 91, 95, 96, 98, 101, 104, 106, 108, 109, 113, 118, 119, 120, 123, 124, 125, 126, 129, 130, 131, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Corresponds to even numbers in A024898.
LINKS
FORMULA
a(n) = A138620(n)-1. [From R. J. Mathar, Oct 29 2009]
EXAMPLE
3 is in the sequence since 12*3+11 = 47 is prime.
MATHEMATICA
Select[Range[0, 200], PrimeQ[12 # + 11] &] (* Vincenzo Librandi, May 20 2014 *)
PROG
(PARI) isA167057(n) = isprime(12*n+11)
(Magma) [n: n in [0..200] |IsPrime(12*n+11)]; // Vincenzo Librandi, Mar 25 2010
CROSSREFS
Cf. A110801, A167055, A167056, A024898, primes are in A068231.
Sequence in context: A065875 A197639 A319314 * A100585 A023367 A291880
KEYWORD
easy,nonn
AUTHOR
Michael B. Porter, Oct 27 2009
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 June 7 04:44 EDT 2023. Contains 363151 sequences. (Running on oeis4.)