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

A379904
Indices of local minima in A342042: numbers k such that A342042(k-1) > A342042(k) < A342042(k+1), for k >= 2.
0
1, 15, 18, 21, 24, 28, 31, 34, 40, 43, 46, 50, 53, 59, 62, 66, 72, 80, 83, 86, 89, 95, 98, 100, 104, 107, 109, 114, 117, 119, 122, 127, 130, 134, 137, 139, 145, 148, 155, 158, 161, 164, 168, 173, 176, 179, 183, 189, 192, 195, 197, 200, 207, 210, 213, 216, 218, 222
OFFSET
1,2
COMMENTS
a(1) = 1 is included as well.
LINKS
PROG
(Python) # uses functions/imports in A379903
print([t[1] for t in islice(A3799034gen(), 58)]) # Michael S. Branicky, Jan 08 2025
CROSSREFS
Cf. A342042, A379901, A379902, A379903 (corresponding minima).
Sequence in context: A063779 A125006 A125008 * A290015 A354818 A274979
KEYWORD
nonn,base,new
AUTHOR
Paolo Xausa, Jan 05 2025
STATUS
approved