login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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,1
COMMENTS
Also, row n list the divisors of n-th perfect number that are not powers of 2.
First term of row n is the n-th Mersenne prime A000668(n). Last term of row n is the n-th perfect number A000396(n). Row n has A000043(n) terms. The sum of row n is equal to A133049(n), the square of n-th Mersenne prime A000668(n).
EXAMPLE
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
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Apr 22 2008
STATUS
approved