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!)
A108232 Numbers n such that 11*n - 7 is prime. 1
4, 6, 10, 18, 24, 34, 36, 40, 46, 48, 54, 58, 60, 66, 76, 90, 96, 100, 108, 118, 130, 136, 138, 148, 156, 160, 174, 178, 180, 184, 186, 190, 204, 208, 214, 240, 244, 246, 264, 270, 298, 306, 316, 318, 324, 330, 340, 348, 358, 366, 376, 384, 388, 390, 394, 396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=4, then 11*n - 7 = 37 (prime).
If n=48, then 11*n - 7 = 521 (prime).
MAPLE
a:=proc(n) if isprime(11*n-7)=true then n else fi end: seq(a(n), n=1..450); # Emeric Deutsch, Jun 26 2005
MATHEMATICA
Select[Range[500], PrimeQ[11#-7]&] (* Harvey P. Dale, Jul 16 2014 *)
PROG
(PARI) is(n)=isprime(11*n-7) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A108187.
Sequence in context: A361564 A165186 A310590 * A027976 A108900 A076995
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jun 16 2005
EXTENSIONS
More terms from Emeric Deutsch, Jun 26 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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)