A261172 Value of b for which A260871(n) = A[b](k), with k = A261171(n); A[b](k) = the number whose base-b representation is the concatenation of the base-b representations of (1, ..., k, k-1, ..., 1).
2, 3, 2, 4, 3, 6, 9, 10, 11, 16, 12, 14, 22, 18, 25, 20, 2, 6, 18, 14, 7, 40, 31, 25, 23, 20, 22, 62, 65, 68, 29, 23, 38, 26, 104, 6, 34, 52
Offset: 1
Examples
A260871(1) = A[2](2), therefore a(1) = 2. A260871(2) = A[3](3), therefore a(2) = 3. A260871(3) = A[2](4), therefore a(3) = 2.
Crossrefs
Programs
-
PARI
A261172_list(LIM=1e499)={my(A=List(),p,d);for(b=2,9e9,for(n=b,9e9,if(LIM
b)));ispseudoprime(p)&&listput(A,[log(p),n])));apply(t->t[2],vecsort(A))}
Comments