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!)
A102148 Numbers k such that 101*k + 11 is prime. 1
0, 6, 10, 12, 16, 30, 40, 42, 46, 58, 72, 76, 82, 100, 102, 150, 156, 168, 172, 178, 180, 186, 192, 208, 210, 222, 228, 238, 240, 250, 252, 256, 270, 282, 298, 310, 322, 340, 348, 376, 378, 382, 388, 406, 426, 430, 438, 448, 460, 468, 480, 510, 516, 522, 552 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
101 is the smallest three-digit prime and 11 is the smallest two-digit prime.
LINKS
EXAMPLE
If k=6, then 101*6 + 11 = 617 (prime).
If k=82, then 101*82 + 11 = 8293 (prime).
If k=178, then 101*178 + 11 = 17989 (prime).
MATHEMATICA
Select[Range[0, 600], PrimeQ[101#+11]&] (* Harvey P. Dale, Feb 28 2015 *)
PROG
(Magma) [n: n in [0..1000] | IsPrime(101*n + 11)]; // Vincenzo Librandi, Nov 17 2010
(PARI) is(n)=isprime(101*n+11) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A063214 A075082 A101503 * A107407 A315125 A316991
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Feb 15 2005
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 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)