A260030 Convert the last term from decimal to binary! a(1)=12.
12, 1100, 10001001100, 1001010100000110110010101010001100
Offset: 1
Crossrefs
Programs
-
Mathematica
NestList[FromDigits[IntegerDigits[#,2]]&,12,4] (* Harvey P. Dale, May 15 2018 *)
Comments