A160962 Perfect numbers written in base 4.
12, 130, 13300, 1333000, 1333333000000, 13333333300000000, 1333333333000000000, 1333333333333333000000000000000, 1333333333333333333333333333333000000000000000000000000000000
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..14
Programs
-
Mathematica
Map[FromDigits[IntegerDigits[#, 4]] &, PerfectNumber[Range[10]]] (* Amiram Eldar, Oct 16 2024 *)
Formula
Extensions
Edited by N. J. A. Sloane, Jun 07 2009