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!)
A157202 Numbers k such that 66*k + 5 is prime. 1
0, 1, 2, 4, 6, 7, 9, 12, 13, 14, 16, 18, 19, 23, 26, 27, 36, 37, 39, 41, 42, 43, 44, 46, 51, 56, 57, 58, 64, 68, 71, 74, 76, 77, 78, 81, 82, 83, 88, 89, 91, 93, 98, 102, 103, 104, 106, 111, 114, 117, 118, 123, 127, 133, 134, 141, 142, 149, 152, 153, 154, 156, 158, 159, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1001 [Offset shifted by Georg Fischer, Sep 27 2022]
EXAMPLE
23 is a term because 66*23 + 5 = 1523 is prime.
MATHEMATICA
Select[Range[0, 200], PrimeQ[66 # + 5] &] (* Vincenzo Librandi, Mar 20 2014 *)
PROG
(Magma) [n: n in [0..500]|IsPrime(66*n+5)]; // Vincenzo Librandi, Dec 08 2010
(PARI) is(n)=isprime(66*n+5) \\ Charles R Greathouse IV, Dec 27 2013
CROSSREFS
Cf. A142052 (the corresponding primes).
Sequence in context: A139529 A341291 A307830 * A282896 A141437 A219645
KEYWORD
nonn,easy
AUTHOR
Kyle D. Balliet, Feb 25 2009
EXTENSIONS
Offset changed to 1 by Georg Fischer, Sep 27 2022
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)