A211206 Least number which reaches n under the operation introduced in A100787: first differences are the digits of the sequence.
1, 1, 3, 1, 5, 3, 7, 1, 9, 5, 5, 3, 3, 5, 3, 1, 1, 5, 3, 3, 11, 5, 1, 1, 3, 3, 5, 5, 19, 13, 1, 3, 1, 5, 7, 1, 7, 1, 7, 5, 5, 1, 13, 3, 1, 1, 11, 9, 1, 5, 3, 1, 3, 11, 1, 9, 20, 13, 3, 7, 1, 3, 5, 1, 5, 9, 3, 5, 9, 3, 11, 1, 7, 3, 11, 1, 5, 1
Offset: 1
Links
- E. Angelini, Smallest hitters, SeqFan list, Feb 04 2013
Programs
-
PARI
A211206(n)={ for(k=1,n, my(seed=k,d=digits(seed)); while(seed
Comments