A379902 Indices of local maxima in A342042: numbers k such that A342042(k-1) < A342042(k) > A342042(k+1), for k >= 2.
14, 17, 20, 23, 27, 30, 33, 39, 42, 45, 49, 52, 58, 61, 65, 71, 79, 82, 85, 88, 94, 97, 99, 102, 106, 108, 113, 116, 118, 121, 126, 129, 133, 136, 138, 143, 147, 154, 157, 160, 163, 167, 172, 175, 178, 181, 188, 191, 194, 196, 199, 205, 209, 212, 215, 217, 221
Offset: 1
Links
- Michael S. Branicky, Table of n, a(n) for n = 1..10000
Programs
-
Python
# uses functions/imports in A379901 print([t[1] for t in islice(A3799012gen(), 57)]) # Michael S. Branicky, Jan 08 2025