[go: up one dir, main page]

login
A161323
Perfect numbers written in base 8.
3
6, 34, 760, 17700, 177770000, 77777600000, 1777777000000, 177777777770000000000, 17777777777777777777700000000000000000000, 77777777777777777777777777777600000000000000000000000000000
OFFSET
1,1
COMMENTS
All members end in 0, 1, 4, 5, or 6. Conjecturally, apart from the first two terms, all terms end in 0.
LINKS
MATHEMATICA
FromDigits[IntegerDigits[#, 8]]&/@PerfectNumber[Range[10]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jul 08 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited by Charles R Greathouse IV, Mar 19 2010
STATUS
approved