Timeline for Generalise perfect numbers
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 1, 2021 at 19:11 | history | edited | Zaelin Goodman | CC BY-SA 4.0 |
deleted 24 characters in body
|
| Mar 1, 2021 at 19:11 | comment | added | Zaelin Goodman | Ahhhh, I had the x=1 in there because I was testing it in a console, so x needed reset every time; definitely wouldn't have thought to cut it; smart saves! Thanks again @mazzy! | |
| Mar 1, 2021 at 19:04 | comment | added | mazzy |
$x=1 is redundant. and ,$x*!($a-$k*$x) instead ,$x*($a-eq$k*$x). Try it online!. thanks Zaelin, smart solution
|
|
| Mar 1, 2021 at 18:32 | history | edited | Zaelin Goodman | CC BY-SA 4.0 |
added 45 characters in body
|
| Mar 1, 2021 at 18:31 | comment | added | Zaelin Goodman | @mazzy Good spot! | |
| Mar 1, 2021 at 18:25 | comment | added | mazzy |
$x=1 instead $x=$n=1?
|
|
| Mar 1, 2021 at 17:58 | history | answered | Zaelin Goodman | CC BY-SA 4.0 |