A260852 Primes in A260851: numbers whose base n expansion is equal to the concatenation of the base n expansions of (1, 2, 3, ..., n-1, n, n-1, ..., 3, 2, 1).
13, 439, 27961, 522134761, 21107054541321649, 12345678910987654321, 24197857203266734883076090685781525281
Offset: 1
Links
- D. Broadhurst, Primes from concatenation: results and heuristics, NmbrThry List, August 1, 2015
- Index entries for sequences related to Most Wanted Primes video
Programs
-
PARI
for(b=2,999,ispseudoprime(p=(1+b*c=(b^b-1)\(b-1))*(c-b+1)-1)&&print1(p","))
Comments