A058412 Squares composed of digits {0,1,2}, not ending with zero.
1, 121, 10201, 22201, 1002001, 1022121, 1212201, 100020001, 100220121, 121022001, 210221001, 10000200001, 10002200121, 10020210201, 10201202001, 12100220001, 100021020121, 1000002000001, 1000022000121, 1000202010201
Offset: 1
Links
- P. De Geest, Index to related sequences
- Hisanori Mishima, Sporadic tridigital solutions
- OEIS Index to sequences related to squares.
Crossrefs
Cf. A058411.
Programs
-
PARI
apply( t->t^2, vector(100,i,N=if(i>1,next_A058411(N),1))) \\ M. F. Hasler, Nov 15 2017
Formula
a(n) = A058411(n)^2. - Zak Seidov, Jul 01 2013
Comments