Talk:Iterated digits squaring: Difference between revisions

→‎Dup?: added a comment.
m (→‎ProjectEuler92: added comments about the difference between this Rosetta Code task and Project Euler 92.)
(→‎Dup?: added a comment.)
 
(6 intermediate revisions by 2 users not shown)
Line 87:
 
(Bold lettering added by me). -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:38, 25 May 2015 (UTC)
 
== Dup? ==
 
While the example results asked for in this task are different, this task seems quite similar to [[Happy_numbers|Happy numbers]]. This suggests one of several possible approaches:
 
# Merge the tasks
# Cross reference the tasks
# Create a category for the tasks
# Pretend it didn't happen
# Pretend it did happen, but do nothing anyway.
 
I'm not sure which of these we should choose... --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]])
 
: I don't think merging the tasks will simplify anything. &nbsp; Especially at this late date for two bona fide, full-fledged Rosetta Code tasks. &nbsp; Creating a category for the tasks, I think, would be nice. &nbsp; You could add a 5<sup>th</sup> option: &nbsp; Pretend it did happen, but do nothing anyway. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:01, 13 September 2015 (UTC)
 
:: Added. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 23:05, 13 September 2015 (UTC)
 
: Since &nbsp; '''happy numbers''' &nbsp; have their own name and are referenced in/on publications and other web-sites, they deserve their own algorithms (without generalizing them). &nbsp; Similar to primes, K-primes, almost-primes, pseudo-primes, phi (totient), divisors (tau), proper divisors (aliquot), and the like; &nbsp; they are both generalizations of &nbsp; ''factoring''. &nbsp; Similarly with factorials and multi-factorials, and the many variants of Fibonacci series (the Lucas series being one of them). &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:22, 13 September 2015 (UTC)
 
:: Ok, but I do not understand what factoring has to do with sums of squares of digits... --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 02:57, 14 September 2015 (UTC)
 
::: Nothing at all. &nbsp; I was generalizing about various primes and factoring, not squares of digits and factoring. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 03:04, 14 September 2015 (UTC)