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!)
A106690 Numbers k such that 11*k - 97 is prime. 1
9, 10, 16, 18, 24, 28, 30, 34, 46, 48, 58, 60, 64, 70, 76, 78, 84, 94, 106, 108, 118, 120, 126, 136, 144, 148, 150, 154, 156, 160, 178, 186, 190, 198, 210, 226, 228, 234, 238, 240, 246, 256, 258, 268, 274, 276, 286, 294, 298, 300, 310, 324, 328, 330, 340, 346 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
11 and 97 are the smallest and largest of two-digit primes.
LINKS
EXAMPLE
If k=9, then 11*k - 97 = 2 (prime).
If k=48, then 11*k - 97 = 431 (prime).
MATHEMATICA
Select[Range[9, 350], PrimeQ[(11*# - 97)] &] (* Martin Ettl, Oct 21 2012 *)
PROG
(Magma) [n: n in [9..1000] | IsPrime(11*n - 97)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(11*n-97) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A105834 A280846 A121061 * A173015 A045568 A191380
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, May 13 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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)