A260024 Convert the last term from decimal to binary! a(1)=5.
5, 101, 1100101, 100001100100101000101, 1010110101111001011010001101011011001100110110011001100101110100101
Offset: 1
References
- C. Pickover, Mazes for the Mind, St. Martin's Press, NY, 1992, p. 350.
Crossrefs
Programs
-
Mathematica
NestList[FromDigits[IntegerDigits[#,2]]&,5,5] (* Harvey P. Dale, Jun 23 2025 *)