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!)
A108751 Numbers n such that 11*n - 911 is prime. 0
83, 84, 90, 92, 98, 102, 104, 108, 120, 122, 132, 134, 138, 144, 150, 152, 158, 168, 180, 182, 192, 194, 200, 210, 218, 222, 224, 228, 230, 234, 252, 260, 264, 272, 284, 300, 302, 308, 312, 314, 320, 330, 332, 342, 348, 350, 360, 368, 372, 374, 384, 398, 402 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
11 and 911 are primes.
LINKS
EXAMPLE
If n=83 then 11*n - 911 = 2 (prime).
If n=122 then 11*n - 911 = 431 (prime).
MAPLE
a:=proc(n) if isprime(11*n-911)=true then n else fi end: seq(a(n), n=0..440); # Emeric Deutsch, Aug 03 2005
MATHEMATICA
Select[Range[83, 500], PrimeQ[11#-911]&] (* Harvey P. Dale, Apr 24 2022 *)
PROG
(PARI) is(n)=isprime(11*n-911) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A106428 A106418 A031961 * A256520 A130286 A226380
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 25 2005
EXTENSIONS
More terms from Emeric Deutsch, Aug 03 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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)