OFFSET
1,2
LINKS
J.W.L. (Jan) Eerland, Table of n, a(n) for n = 1..4284 (all terms <= 10000000)
EXAMPLE
82 is a term because the digits of 82 sorted in ascending order are 28, the digital product of 82 is 16, and 28 + 16 = 44, a palindrome.
MATHEMATICA
DeleteCases[ParallelTable[If[PalindromeQ[FromDigits[Sort[IntegerDigits[k]]]+Times@@IntegerDigits[k]], k, n], {k, 1, 10^7}], n] (* J.W.L. (Jan) Eerland, Nov 04 2024 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls and Amarnath Murthy, Jul 14 2003
STATUS
approved