OFFSET
1,2
COMMENTS
The first natural number not in this sequence is 48, which has 10 divisors. The complement of this sequence begins 48, 60, 72, 80, 84, 90, 96, 108, 112, 120, 126, 132, 140, 144, 150, 156, 160, 162, 168, 176, 180, 192, 198, 200, ... - Nathaniel Johnston, May 27 2011
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..10000
MAPLE
read(transforms): with(numtheory): A180925 := proc(n) option remember: local k, t: if(n=1)then return 1: fi: for k from procname(n-1)+1 do t:=tau(k): if(t=digrev(t))then return k: fi: od: end: seq(A180925(n), n=1..100); # Nathaniel Johnston, May 27 2011
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Giovanni Teofilatto, Sep 25 2010
STATUS
approved