OFFSET
0,11
COMMENTS
Row lengths in table A226272;
a(n) <= 61; A171102(1) = 1023456789 is the smallest number m such that a(m) = 61.
a(n) = 61 for almost all n, in the sense that the natural density of n such that a(n) < 61 is 0. - Charles R Greathouse IV, May 13 2015
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..1000
EXAMPLE
See A226272.
PROG
(Haskell)
a226273 = length . a226272_row :: Integer -> Int
(PARI) a(n)=if(n<9, return(1)); my(d=Set(digits(n)), v=List()); for(i=1, #d, for(j=1, #d, listput(v, d[i]^d[j]))); #Set(v) \\ Charles R Greathouse IV, May 13 2015
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Jul 09 2013
STATUS
approved