Jean-Marc Falcoz, <a href="/A301382/b301382_1.txt">Table of n, a(n) for n = 1..10000</a>
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
Jean-Marc Falcoz, <a href="/A301382/b301382_1.txt">Table of n, a(n) for n = 1..10000</a>
proposed
approved
editing
proposed
a(1) = 1. For n > 1, a(n) is the smallest positive integer x not already in the sequence such that the product of x and its initial digit is minimal and strictly larger than the same product for any previous term.
proposed
editing
editing
proposed
(PARI) p = vector(136, k, oo); for (n=1, #p, x = n*digits(n)[1]; if (x<=#p, p[x] = min(p[x], n))); for (k=1, #p, if (p[k] != oo, print1 (p[k] ", "))) \\ Rémy Sigrist, Mar 22 2018
proposed
editing
editing
proposed
Smallest a(1) = 1. For n > 1, a(n) is the smallest positive integer x not already in the sequence such that the product P = [a(n)*first of x and its initial digit of a(n)] is the smallest one strictly bigger larger than the same product for any previous one, with a(1) = 1 and no duplicate termsterm.
proposed
editing
editing
proposed
Jean-Marc Falcoz, <a href="/A301382/b301382_1.txt">Table of n, a(n) for n = 1..999910000</a>
proposed
editing