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.

A380224 Terms b(k) (for k > 0, and in order of appearance) such that both |b(k) - b(k-1)| and |b(k+1) - b(k)| are greater than 1, where b is A377091.

This page as a plain text file.
%I A380224 #27 Jan 25 2025 02:48:14
%S A380224 13,18,25,24,-40,-50,-60,-72,-71,-84,-80,98,113,104,128,119,145,162,
%T A380224 181,-200,-220,-242,-226,-264,-248,-288,-272,-314,-339,337,321,-338,
%U A380224 366,394,369,365,374,-422,419,403,399,393,402,398,404,452,427,-482,479,451,478,-512
%N A380224 Terms b(k) (for k > 0, and in order of appearance) such that both |b(k) - b(k-1)| and |b(k+1) - b(k)| are greater than 1, where b is A377091.
%C A380224 Terms in A377091 corresponding to the length of runs = 1 in A379880.
%H A380224 Paolo Xausa, <a href="/A380224/b380224.txt">Table of n, a(n) for n = 1..1000</a>
%F A380224 a(n) = A377091(A380225(n)).
%t A380224 (* A377091list is defined at A377091 *)
%t A380224 Flatten[Select[Most[Split[A377091list[1000], Abs[#2 - #1] == 1 &]], Length[#] == 1 &]] (* _Paolo Xausa_, Jan 20 2025 *)
%Y A380224 Cf. A377091, A379880, A380223, A380225 (corresponding k's).
%K A380224 sign
%O A380224 1,1
%A A380224 _Paolo Xausa_, Jan 18 2025