login

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”).

A100352
Integers out of lexicographic order in A097104 in order of their presentation.
2
1, 6, 9, 12, 15, 18, 21, 24, 28, 31, 34, 17, 41, 11, 47, 50, 23, 57, 60, 63, 67, 70, 73, 76, 32, 83, 86, 36, 93, 97, 100, 103, 106, 109, 112, 115, 119, 123, 127, 130, 133, 137, 52, 143, 147, 150, 153, 157, 160, 59, 167, 170, 26, 177, 180, 183, 187, 191, 68, 197, 5, 203
OFFSET
1,2
MATHEMATICA
lst = Table[n, {n, 1000}]; f[m_] := (lst = Drop[ Insert[ lst, lst[[m]], Prime[m] + 1], {m, m}]); Do[ f[n], {n, 168}]; a = 0; b = {}; Do[c = lst[[n]]; If[c < a, AppendTo[b, c], a = c], {n, 500}]; Take[b, 61]
CROSSREFS
Sequence in context: A099862 A014407 A315952 * A315953 A359613 A315954
KEYWORD
nonn
AUTHOR
STATUS
approved