cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A069568 a(n) = smallest number m > 0 such that n followed by m 1's yields a prime, or -1 if no such m exists.

Original entry on oeis.org

1, 2, 1, 1, 5, 1, 1, 2, 2, 1, 17, 136, 1, 9, 1, 3, 8, 1, 1, 2, 1, 3, 2, 1, 1, 3, 1, 1, 6, 2, 1, 35, 1, 6, 2, 4, -1, -1, 2, 1, 2, 1, 1, 3, 772, 1, 3, 5, 1, 2, 4, 1, 9, 1, 31, 18470, 1, 3, 18, 1, 4, 2, 1, 1, 3, 1, 210, 3, 1, 1, 6, 2, 7, 2, 1, 1, 9, 4, 3, 2, 1, 1, 2, 5, 6, 3, 149, 1, 6, 2, 1, 3, 2, 1, 2, 7, 1, 2, 1, 10, 2, 1, 1, 44, 1, 1, 2, 5, 1, 17, 16, 3, 2, 2, 1, 9, 1, 1
Offset: 1

Views

Author

Amarnath Murthy, Mar 24 2002

Keywords

Comments

There are infinitely many values of n for which no such m exists. For example, every number in the sequence 13531, 135311, 1353111, 13531111, ..., is divisible by 3, 7, 11, or 13, so a(1353) does not exist. The same is true for 1353 + 3003k for k = 1, 2, 3, .... These are not the only examples. I do not know whether 1353 is the smallest example. - Gerry Myerson, Feb 12 2003
Terms from Robert G. Wilson v.
a(37)=a(38)=-1 means no prime has yet been found; a(176)= -1 because it has been proved never to reach a prime. a(45)= 772 and a(56)= 18470 found by Richard Heylen; a(45) has been proved prime while a(56) is 3-PRP. - Jason Earls, Jun 16 2003
a(37) = -1 because 37 followed by any positive number, m say, of 1's is divisible by at least one of the primes {7,3,37,13}. Proof: 371 is divisible by 7, as is 111111, so this covers m = 1 mod 6 1's. 3711 is divisible by 3, as is 111, so this covers m = 2 mod 3 1's. 37111 is divisible by 37, as is 111, so this covers m = 0 mod 3 1's. 371111 is divisible by 13, as is 111111, so this covers m = 4 mod 6 1's and the proof is complete. - Ray Chandler, Mar 31 2004
a(38) = -1 because 38 followed by any positive number, m say, of 1's is divisible by 3 or 37 or by (7*10^k-1)/3 if m = 3k. Proof: 381 is divisible 3, as is 111, so this covers 1 mod 3 1's. 3811 is divisible by 37, as is 111, so this covers 2 mod 3 1's. The terms remaining are 38111, 38111111, etc. so the general form is 38*10^(3k)+(10^(3k)-1)/9. This is the same as (343*10^(3k)-1)/9 = ((7*10^k)^3-1)/9 which has integer factors (7*10^k-1)/3 and ((7*10^k)^2 + 7*10^k +1)/3 and can't be prime, so this covers 0 mod 3 1's and the proof is complete. - Ray Chandler, Mar 31 2004
From Toshitaka Suzuki, Nov 07 2023: (Start)
a(n) = -1 when n = 10101*k + 37, 371, 3711, 4044, 5625, 5746, 6623, 6808, 6956, 7475, 8743 or 8955, because n followed by any positive number, m say, of 1's is divisible by at least one of the primes {3,7,13,37}.
Similarly,
a(n) = -1 when n = 3003*k + 176, 209, 1023, 1222, 1353, 1519, 1761, 1904, 1937, 2091, 2596 or 2893 by primes {3,7,11,13};
a(n) = -1 when n = 8547*k + 407, 814, 936, 1750, 2146, 2739, 4071, 4367, 4488, 5402, 6523 or 8141 by primes {3,7,11,37};
a(n) = -1 when n = 15873*k + 2739, 4070, 5809, 6623, 6930, 8955, 9483, 10186, 10472, 11518, 11804 or 15466 by primes {3,11,13,37};
a(n) = -1 when n = 37037*k + 936, 1222, 9361, 10186, 11100, 12221, 18612, 19537, 26048, 27787, 35938 or 36927 by primes {7,11,13,37};
a(n) = -1 when n = 11111111*k + 2096963, 2964654, 7424319, 7576525, 8074243, 9098585, 9696313 or 9858520 by primes {11,73,101,137}.
a(38) = -1 because 38 followed by any positive number, m say, of 1's is divisible by 3 or 37 or by (7*10^k-1)/3 if m = 3k.
The general form is:
a(n) = -1 when n = ((333*s+t)^3-1)/9, divisible by 3 or 37 or by ((333*s+t)*10^k-1)/3 if m = 3k where s >= 0 and t=7, 34, 49, 70, 157 or 238.
The specific values of n are 38, 4367, 13072, 38111, 429988, 1497919, 4367111, 5492318, 6193663, 7272314, 13072111, 20685490, ..., so a(n) = -1 when n = 38, 381, 3811, 4367, 13072, 38111, 43671, 130721, 381111, 429988, 436711, 1307211, 1497919, 3811111, 4299881, 4367111, ... .
a(603) > 300000 or a(603) = -1.
(End)

Examples

			a(5) = 5 as the smallest prime of the type 5 followed by 1's is 511111 (though 5 itself is a prime).
		

Programs

  • Mathematica
    Do[k = 1; While[ !PrimeQ[ ToExpression[ StringJoin[ ToString[n], ToString[(10^k - 1)/9]]]], k++ ]; Print[k], {n, 1, 100}] (* Robert G. Wilson v *)
  • PARI
    { aopo(n) = local(c, k, stop); c=1; k=n; stop=500; k=k*10+1; while(!isprime(k) && c
    				

Extensions

More terms from Jason Earls, Jun 16 2003