cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A379902 Indices of local maxima in A342042: numbers k such that A342042(k-1) < A342042(k) > A342042(k+1), for k >= 2.

This page as a plain text file.
%I A379902 #10 Jan 08 2025 05:55:22
%S A379902 14,17,20,23,27,30,33,39,42,45,49,52,58,61,65,71,79,82,85,88,94,97,99,
%T A379902 102,106,108,113,116,118,121,126,129,133,136,138,143,147,154,157,160,
%U A379902 163,167,172,175,178,181,188,191,194,196,199,205,209,212,215,217,221
%N A379902 Indices of local maxima in A342042: numbers k such that A342042(k-1) < A342042(k) > A342042(k+1), for k >= 2.
%H A379902 Michael S. Branicky, <a href="/A379902/b379902.txt">Table of n, a(n) for n = 1..10000</a>
%o A379902 (Python) # uses functions/imports in A379901
%o A379902 print([t[1] for t in islice(A3799012gen(), 57)]) # _Michael S. Branicky_, Jan 08 2025
%Y A379902 Cf. A342042, A379901 (corresponding maxima), A379903, A379904.
%K A379902 nonn,base
%O A379902 1,1
%A A379902 _Paolo Xausa_, Jan 05 2025