A139247 Triangle read by rows: row n lists the divisors of n-th perfect number A000396(n) that are multiples of n-th Mersenne prime A000668(n).
3, 6, 7, 14, 28, 31, 62, 124, 248, 496, 127, 254, 508, 1016, 2032, 4064, 8128, 8191, 16382, 32764, 65528, 131056, 262112, 524224, 1048448, 2096896, 4193792, 8387584, 16775168, 33550336, 131071, 262142, 524284, 1048568, 2097136, 4193792
Offset: 1
Examples
Triangle begins: 3, 6, 7, 14, 28 31, 62, 124, 248, 496 127, 254, 508, 1016, 2032, 4064, 8128 ... ========================================================== Row .... First term ..... Last term ....... Row sum ...... n ..... (A000668(n)) ... (A000396(n)) ... (A000668(n)^2) . ========================================================== 1 ............ 3 .............. 6 ......... 3^2 = 9 2 ............ 7 ............. 28 ......... 7^2 = 49 3 ........... 31 ............ 496 ........ 31^2 = 961 4 .......... 127 ........... 8128 ....... 127^2 = 16129 5 ......... 8191 ....... 33550336 ...... 8191^2 = 67092481
Comments