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!)
A165700 Numbers n such that n*10^(n+1)+1 is prime. 0
1, 7, 39, 1203, 10723, 11971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that the number that begins with n, followed by n zeros, ends with 1 is prime.
Those numbers corresponding to a(4), a(5) and a(6) are probable primes.
There is no further term up to 14000.
There is no further term up to 30000. - Michael S. Branicky, Mar 22 2023
LINKS
MATHEMATICA
Do[If[PrimeQ[n*10^(n+1)+1], Print[n]], {n, 14000}]
PROG
(PARI) is(n)=isprime(n*10^(n+1)+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A207152 A135059 A203200 * A249635 A164135 A119056
KEYWORD
base,hard,more,nonn
AUTHOR
Farideh Firoozbakht, Sep 25 2009
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 June 23 18:37 EDT 2024. Contains 373653 sequences. (Running on oeis4.)