OFFSET
1,3
LINKS
Charlie Neder, Table of n, a(n) for n = 1..248 (Terms < 10^36)
EXAMPLE
784 = (7.4)^2
MATHEMATICA
Join[{0}, Select[Range[100000], MemberQ[Times@@@(Subsets[IntegerDigits[#], IntegerLength[#] -1]^2), #]&]] (* To generate all of the terms of the sequence shown above, increase the "Range" to 10^11, but the program will run a very long time. *) (* Harvey P. Dale, Nov 25 2011 *)
CROSSREFS
KEYWORD
base,nice,nonn
AUTHOR
Erich Friedman, Jun 23 2001
EXTENSIONS
More terms from Naohiro Nomoto, Jun 25 2001
a(24)-a(27) from Charlie Neder, Dec 21 2018
STATUS
approved