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!)
A032707 n prefixed by '7' and followed by '1' is a prime. 1

%I #6 Jun 20 2017 10:10:38

%S 0,5,6,12,15,21,32,33,35,41,45,48,54,56,59,62,68,69,74,84,90,95,101,

%T 108,116,117,119,126,134,141,147,155,167,171,174,176,182,186,188,194,

%U 197,203,209,210,216,221,222,225,227,234,242,243,246,248,255,266

%N n prefixed by '7' and followed by '1' is a prime.

%H Harvey P. Dale, <a href="/A032707/b032707.txt">Table of n, a(n) for n = 0..1000</a>

%t n71Q[n_]:=PrimeQ[FromDigits[Join[{7},IntegerDigits[n],{1}]]]; Select[ Range[ 0,300],n71Q] (* _Harvey P. Dale_, Jun 20 2017 *)

%K nonn,base

%O 0,2

%A _Patrick De Geest_, May 15 1998

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 10 07:33 EDT 2024. Contains 372358 sequences. (Running on oeis4.)