login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)