A061645 a(n) is the number of divisors of n-th even perfect number.
4, 6, 10, 14, 26, 34, 38, 62, 122, 178, 214, 254, 1042, 1214, 2558, 4406, 4562, 6434, 8506, 8846, 19378, 19882, 22426, 39874, 43402, 46418, 88994, 172486, 221006, 264098, 432182, 1513678, 1718866, 2515574, 2796538, 5952442, 6042754, 13945186, 26933834
Offset: 1
Keywords
Examples
8128 = 2*2*2*2*2*2*127 with 14 divisors.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..48 (terms 1..47 from Ivan Panchenko)
- Omar E. Pol, Los nĂºmeros perfectos, (in Spanish).
Programs
-
Mathematica
2 * Array[MersennePrimeExponent, 45] (* Amiram Eldar, Dec 10 2018 *)
-
PARI
A061645(n)=2*A000043(n) \\ with A000043(n)=[...][n], the dots being replaced by DATA from A000043. - M. F. Hasler, Dec 05 2018
Formula
a(n) = floor{log_2(A000396(n))} + 2. - Lekraj Beedassy, Aug 21 2004
a(n) = 2*A000043(n). - M. F. Hasler, Dec 05 2018
Extensions
Definition changed (inserting the word "even") by Ivan Panchenko, Apr 16 2018
a(38)-a(39) from Ivan Panchenko, Apr 16 2018
Comments