Early Bird numbers

Warut Roonguthai warut822 at gmail.com
Mon Jul 23 14:35:22 CEST 2007


FYI, here's my Ubasic program for generating the early bird sequence:

10   X=""
20   for N=1 to 396
30   A=cutspc(str(N))
40   if instr(X,A)>0 then print N;
50   X+=A
60   next N

Warut





More information about the SeqFan mailing list