The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A126785 Numbers k such that 10*k + 11 is prime. 2
0, 2, 3, 5, 6, 9, 12, 14, 17, 18, 20, 23, 24, 26, 27, 30, 32, 39, 41, 42, 45, 48, 51, 53, 56, 59, 62, 63, 65, 68, 69, 74, 75, 80, 81, 87, 90, 93, 96, 98, 101, 102, 104, 105, 108, 114, 116, 117, 119, 122, 128, 129, 131, 135, 137, 144, 146, 147, 150, 152, 156, 159, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=98 then 10n + 11 = 991 (prime).
MAPLE
select(n -> isprime(10*n+11), [$0..500]); # Robert Israel, Jan 10 2019
PROG
(Magma) [ n: n in [0..200] | IsPrime(10*n+11) ]; // Vincenzo Librandi, Nov 23 2010
(PARI) is(n)=isprime(10*n+11) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A102342.
Sequence in context: A329161 A124866 A166247 * A295586 A283768 A212864
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Feb 18 2007
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 May 20 03:57 EDT 2024. Contains 372703 sequences. (Running on oeis4.)