Let u defined by u(1) = p and for 1 < i, u(i) = u(i-1) + primorial(i), such that all u(i) are primes for 1 <= i <= k, and u(k+1) is not prime. Let m the length of the longest run of primes obtained when u is repeatedly applied to an n-digit p. Triangle read by rows: for 1 <= n, 1 <= k <= m, T(n,k) is the least n-digit prime p beginning a run of only k primes when applied u, or -1 if no such prime p exists.
A356732
Let u defined by u(1) = p and for 1 < i, u(i) = u(i-1) + primorial(i), such that all u(i) are primes for 1 <= i <= k, and u(k+1) is not prime. Let m the length of the longest run of primes obtained when u is repeatedly applied to an n-digit p. Triangle read by rows: for 1 <= n, 1 <= k <= m, T(n,k) is the least n-digit prime p beginning a run of only k primes when applied u, or -1 if no such prime p exists.
Terms
- a(0) =2a(1) =-1a(2) =7a(3) =5a(4) =19a(5) =13a(6) =53a(7) =11a(8) =37a(9) =23a(10) =-1a(11) =-1a(12) =-1a(13) =61a(14) =109a(15) =107a(16) =131a(17) =257a(18) =103a(19) =101a(20) =331a(21) =-1a(22) =193a(23) =1009a(24) =1063a(25) =1087a(26) =1013a(27) =1601a(28) =1543a(29) =1447
External references
- oeis: A356732