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.

A372598 a(1)=-2; thereafter a(n) is (the number of terms thus far that appear with a different frequency from that of a(n-1)) minus (the number of terms that appear with the same frequency).

This page as a plain text file.
%I A372598 #30 May 26 2024 08:20:45
%S A372598 -2,-1,-2,-1,-4,3,2,1,0,-1,4,-1,4,5,2,3,0,-3,10,9,8,7,6,5,0,19,8,3,16,
%T A372598 11,10,7,4,15,16,7,12,19,10,9,12,9,6,11,8,3,30,37,36,35,34,33,32,31,
%U A372598 30,19,14,33,22,35,20,37,18,39,38,37,18,23,40,39,22,19
%N A372598 a(1)=-2; thereafter a(n) is (the number of terms thus far that appear with a different frequency from that of a(n-1)) minus (the number of terms that appear with the same frequency).
%H A372598 Neal Gersh Tolunsky, <a href="/A372598/b372598.txt">Table of n, a(n) for n = 1..10000</a>
%H A372598 Rémy Sigrist, <a href="/A372598/a372598.gp.txt">PARI program</a>.
%H A372598 Neal Gersh Tolunsky, <a href="/A372598/a372598_1.png">Graph of first 200000 terms</a>.
%e A372598 Let t'(n) be the number of terms that appear with a different frequency from that of a(n-1) and t(n) be the number of remaining terms.
%e A372598   The resulting a(n) = t'(n) - t(n) are then:
%e A372598    n  t'(n)  t(n) a(n)
%e A372598   --  ----  ----  ----
%e A372598    1     *     *    -2
%e A372598    2     0     1    -1
%e A372598    3     0     2    -2
%e A372598    4     1     2    -1
%e A372598    5     0     4    -4
%e A372598    6     4     1     3
%e A372598    7     4     2     2
%e A372598    8     4     3     1
%e A372598    9     4     4     0
%e A372598   10     4     5    -1
%o A372598 (PARI) \\ See Links section.
%Y A372598 Cf. A372596, A350768, A363764.
%K A372598 sign
%O A372598 1,1
%A A372598 _Neal Gersh Tolunsky_, May 06 2024