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!)
A102611 Numbers n such that the number n77 is prime. 2
2, 5, 6, 8, 9, 12, 17, 18, 23, 24, 26, 27, 36, 38, 41, 48, 50, 54, 62, 65, 69, 71, 74, 75, 78, 83, 86, 92, 93, 96, 101, 104, 111, 116, 117, 122, 123, 125, 131, 134, 135, 138, 141, 150, 152, 153, 158, 164, 170, 173, 174, 179, 180, 194, 195, 197, 201, 204, 212, 213, 215 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Chris Caldwell, The first 1,000 primes.
EXAMPLE
At n=2, n77 = 277 (prime).
At n=27, n77 = 2777 (prime).
At n=78, n77 = 7877 (prime).
MATHEMATICA
fQ[n_] := PrimeQ[ FromDigits[ Join[ IntegerDigits[n], {7, 7}]]]; Select[ Range[218], fQ[ # ] &] (* Robert G. Wilson v, Feb 04 2005 *)
Select[Range[300], PrimeQ[100#+77]&] (* Harvey P. Dale, Mar 17 2015 *)
PROG
(PARI) is(n)=isprime(100*n+77) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A350945 A273867 A047325 * A323112 A176114 A057915
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jan 30 2005
EXTENSIONS
More terms from Robert G. Wilson v, Feb 04 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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)