A127858 Positive integers n such that r(n^2)=r(n)^2, where r is the cyclic replacement map of the digits d of n in base 12, that is, d->d+1 if d<11 and d->0 if d=11.
6, 66, 786, 9426, 113106, 1357266, 16287186, 195446226, 2345354706, 28144256466, 337731077586, 4052772931026, 48633275172306, 583599302067666, 7003191624811986, 84038299497743826, 1008459593972925906
Offset: 1
Examples
a(2)=66 since, in base 12, 66=56, r(56)=67 and r(56^2)=r(2630)=3741=67^2.
Formula
a(n) = 5*(12^n - 1)/11 + 1. - Max Alekseyev, Jul 27 2023
Extensions
Edited by Max Alekseyev, Jul 27 2023
Comments