A379904 Indices of local minima in A342042: numbers k such that A342042(k-1) > A342042(k) < A342042(k+1), for k >= 2.
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
Links
- Michael S. Branicky, Table of n, a(n) for n = 1..10000
Programs
-
Python
# uses functions/imports in A379903 print([t[1] for t in islice(A3799034gen(), 58)]) # Michael S. Branicky, Jan 08 2025
Comments