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!)
A275525 Numbers n such that (73*10^n + 107)/9 is prime. 0
2, 3, 5, 6, 11, 12, 26, 32, 36, 75, 137, 143, 279, 290, 363, 716, 770, 1377, 1638, 4470, 5952, 10526, 15132, 27054, 81485 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>1, numbers such that the digit 8 followed by n-2 occurrences of the digit 1 followed by the digits 23 is prime (see Example section).
a(26) > 10^5.
LINKS
Makoto Kamada, Search for 81w23.
EXAMPLE
3 is in this sequence because (73*10^3+107)/9 = 8123 is prime.
Initial terms and primes associated:
a(1) = 2, 823;
a(2) = 3, 8123;
a(3) = 5, 811123;
a(4) = 6, 8111123;
a(5) = 11, 811111111123, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(73*10^#+107)/9] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((73*10^n+107)/9), print1(n, ", "))); \\ Altug Alkan, Aug 11 2016
CROSSREFS
Sequence in context: A344551 A081026 A137808 * A091909 A171040 A317256
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 11 2016
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 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)