A067634 a(1) = 1; string of digits of a(n)^2 is a substring of the string of digits of a(n+1)^2.
1, 4, 13, 130, 1300, 13000, 130000, 1300000, 13000000, 130000000, 1300000000, 13000000000, 130000000000, 1300000000000, 13000000000000, 130000000000000, 1300000000000000, 13000000000000000, 130000000000000000
Offset: 1
Programs
-
Mathematica
Join[{1,4},NestList[10#&,13,20]] (* Harvey P. Dale, Jul 25 2024 *)
Extensions
More terms from David W. Wilson, Feb 05 2002
Comments