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.

A325526 Difference sequence of A325462.

This page as a plain text file.
%I A325526 #8 May 07 2019 21:15:04
%S A325526 2,1,1,2,2,3,1,2,1,1,2,2,1,1,2,2,1,1,2,2,3,1,2,1,1,2,2,3,1,2,1,1,2,2,
%T A325526 2,1,1,2,1,3,2,1,1,2,2,1,1,2,2,3,1,2,1,1,2,2,1,1,2,2,1,1,2,2,3,1,2,1,
%U A325526 1,2,2,4,2,1,1,2,2,1,1,1,1,2,1,1,2,2
%N A325526 Difference sequence of A325462.
%C A325526 See A325417 for a guide to related sequences. Conjecture: every term is in {1,2,3,4}.
%H A325526 Clark Kimberling, <a href="/A325526/b325526.txt">Table of n, a(n) for n = 1..10000</a>
%t A325526 a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,
%t A325526 Map[MemberQ[a, #] &, Select[Flatten[{#/2, (#+1)/3}],
%t A325526 IntegerQ]]] &]], {20000}]; a;         (* A315462 *)
%t A325526 c = Complement[Range[Last[a]], a] ;   (* A325463 *)
%t A325526 Differences[a]  (* A325526 *)
%t A325526 Differences[c]  (* A325527 *)
%t A325526 (* _Peter J. C. Moses_, Apr 23 2019 *)
%Y A325526 Cf. A325417, A325426, A325527.
%K A325526 nonn,easy
%O A325526 1,1
%A A325526 _Clark Kimberling_, May 07 2019