|
Search: id:A134889
|
|
|
| A134889 |
|
a(n)=the largest sum of two nontrivial divisors of n, if any, whose product equals n; otherwise, a(n)=n. |
|
+0 2
|
|
| 1, 2, 3, 4, 5, 5, 7, 6, 6, 7, 11, 8, 13, 9, 8, 10, 17, 11, 19, 12, 10, 13, 23, 14, 10, 15, 12, 16, 29, 17, 31, 18, 14, 19, 12, 20, 37, 21, 16, 22, 41, 23, 43, 24, 18, 25, 47, 26, 14, 27, 20, 28, 53, 29, 16, 30, 22, 31, 59, 32, 61, 33, 24, 34, 18, 35, 67, 36, 26, 37, 71, 38, 73, 39
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
A divisor of n other than 1 or n is called nontrivial.
|
|
EXAMPLE
|
There are two ways to write 12 as a product of two nontrivial divisors, i.e. 6*2 and 4*3. Since 8=6+2>4+3=7, we have a(12)=8.
|
|
MATHEMATICA
|
Table[If[Length[Divisors[n]] > 2, Max[Table[Divisors[n][[j]] + n/Divisors[n][[j]], {j, 2, Length[Divisors[n]] - 1}]], n], {n, 1, 100}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 04 2008
|
|
CROSSREFS
|
Sequence in context: A159303 A001414 A134875 this_sequence A094802 A075084 A086593
Adjacent sequences: A134886 A134887 A134888 this_sequence A134890 A134891 A134892
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 01 2008
|
|
EXTENSIONS
|
More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 04 2008
|
|
|
Search completed in 0.002 seconds
|