OFFSET
1,1
COMMENTS
Subsequence of even argument terms b(2n) of A056240 (listed in order), which do not appear in A288313. - David James Sycamore, Sep 13 2017
LINKS
Ivan N. Ianakiev, Table of n, a(n) for n = 1..1000
EXAMPLE
b(12) = 35 is included since b(14) = 33 < 35.
b(28) = 115 is in since b(32) = 87, b(34) = 93, and b(40) = 111 are all less than 115.
MATHEMATICA
a056240=Cases[Import["https://oeis.org/A056240/b056240.txt", "Table"], {_, _}][[All, 2]]; even=Take[a056240, {1, Length[a056240], 2}]; leven=Length[even]; a292081= Select[even, #>Min[Part[even, 1;; Position[even, #][[1, 1]]]]&&#>Min[Part[even, Position[even, #][[1, 1]];; leven]]&] (* Ivan N. Ianakiev, Nov 02 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
David James Sycamore, Sep 12 2017
STATUS
approved