Talk:Narcissistic decimal number: Difference between revisions

"Functional" AppleScript solution still returning wrong result.
("Functional" AppleScript solution still returning wrong result.)
 
(5 intermediate revisions by 2 users not shown)
Line 14:
 
Narcissistic numbers are also known as:
::* [[Armstrong numbers]]
::* perfect[[Perfect digital invariant]] (Madachy 1979)
::* plus[[Plus perfect numbers]] (Hardy 1993)
 
Narcissistic numbers are similar to ''powerful numbers''.   Powerful numbers are integers that are equal to some fixed (integer) power of their digits.
Line 31:
::I've aligned the verbiage in the first paragraph with the consensus view. --[[User:TimToady|TimToady]] ([[User talk:TimToady|talk]]) 21:34, 7 March 2014 (UTC)
 
:::: My main concern was the use of ''a positive number'''   (or number).   That has been corrected.   As far as the other names, people searching for an algorithm for Armstrong numbers (or the other names) would now be able to find it easier. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 21:35, 7 March 2014 (UTC)
 
:Added three new Re-directs for alternative names mentioned above. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:45, 8 March 2014 (UTC)
 
==D language comparative speedup?==
Line 39 ⟶ 41:
==a complete list of narcissistic numbers==
 
For those that are interested, here is a complete list of all the narcissistic numbers,
produced by themy   $CALC   (REXX) program by usingspecifying:
 
:::::   $CALC   narcissistic(1,89)
Line 139 ⟶ 141:
</pre>
-- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 02:50, 8 March 2014 (UTC)
 
:Well, apart from the little matter of zero, your table matches the one on [http://oeis.org/A005188/b005188.txt OEIS]. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:05, 8 March 2014 (UTC)
 
==AppleScript: "Functional" solution==
 
Hi Hout. You were so busy blaming the language you chose to demonstrate for the problems with your code that you forgot to uncomment the line which at least makes it return 25 numbers. :) --[[User:Nig|Nig]] ([[User talk:Nig|talk]]) 18:20, 26 October 2020 (UTC)
557

edits