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.

A127856 Positive integers n such that if n is a square, then so is r(n), where r(n) is the nonnegative integer defined by cyclic replacement of the digits d of n in base 12, that is, d->d+1 if d<11 and d->0 if d=11.

This page as a plain text file.
%I A127856 #6 Mar 31 2012 14:39:48
%S A127856 36,4356,617796,910116,2090916,4588164,39463524,88849476,173132964,
%T A127856 262245636,266146596,1404000900,12792967236,1491969417444,
%U A127856 1842170994756,1904449680324,7504323317604,11853326293956,265272427798596
%N A127856 Positive integers n such that if n is a square, then so is r(n), where r(n) is the nonnegative integer defined by cyclic replacement of the digits d of n in base 12, that is, d->d+1 if d<11 and d->0 if d=11.
%H A127856 Max Alekseyev, <a href="/A127856/b127856.txt">Table of n, a(n) for n=1..62</a>
%e A127856 a(1)=36 since 36=30 in base 12 and r(30)=41=7^2.
%e A127856 The only known element starting with the base-12 digit 11 (i.e., turning into a smaller square under the cyclic increments of the digits) is 549014564071245547886724. [From _Max Alekseyev_, Oct 24 2008]
%Y A127856 Cf. A117755, A127857, A127858, A127859, A127860, A127861.
%K A127856 nonn,base
%O A127856 1,1
%A A127856 _Walter Kehowski_, Feb 04 2007