A133024 Divisors of 8128, the 4th perfect number.
1, 2, 4, 8, 16, 32, 64, 127, 254, 508, 1016, 2032, 4064, 8128
Offset: 1
Links
Crossrefs
Programs
-
Mathematica
Divisors[8128] (* Harvey P. Dale, Jul 30 2023 *)
-
PARI
divisors(8128) \\ Charles R Greathouse IV, Jun 21 2017
Formula
For n=1..7 : a(n) = 2^(n-1). For n=8..14: a(n) = 2^(n-1) - 2^(n-8) = A000668(4)*2^(n-8).
Comments