OFFSET
1,21
COMMENTS
LINKS
Klaus Brockhaus, Table of n, a(n) for n = 1..6000
Klaus Brockhaus, Plots of A131981(n)/n at various scales
EXAMPLE
There are two early bird numbers <= 21, viz. 12 and 21, hence a(21) = 2.
PROG
(JBASIC)
s$ = "" : d = 0
FOR n = 1 TO 84
sn$ = str$(n)
IF instr(s$, sn$) > 0 THEN d = d+1
s$ = s$ + sn$ : print d ; ", ";
NEXT
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Klaus Brockhaus, Aug 15 2007
STATUS
approved