login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A325519 Difference sequence of A325426. 3

%I #7 May 06 2019 21:23:44

%S 2,2,1,3,2,1,3,2,3,1,3,3,2,4,2,2,1,1,3,3,2,1,3,2,1,3,3,1,1,1,2,1,3,4,

%T 1,1,3,3,2,1,3,2,4,3,3,2,1,3,2,1,3,2,1,2,1,2,1,3,5,1,3,3,2,1,3,2,2,1,

%U 1,3,3,2,1,3,2,3,1,3,3,2,4,4,1,1,2,1

%N Difference sequence of A325426.

%C See A325417 for a guide to related sequences. Conjecture: every term is in {1,2,3,4,5,6,7}.

%H Clark Kimberling, <a href="/A325519/b325519.txt">Table of n, a(n) for n = 1..10000</a>

%t a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,

%t Map[MemberQ[a, #] &, Select[Flatten[{#/2,

%t If[Mod[#, 3] == 0, (2 #)/3, 0] + If[Mod[#, 3] == 1, 1/3 (1 + 2 #), 0]}],

%t IntegerQ || # == 0]]] &]], {200}]; a ; (* A325425 *)

%t c = Complement[Range[Last[a]], a] ; (* A325426 *)

%t Differences[a] (* A325518 *)

%t Differences[c] (* A325519 *)

%t (* _Peter J. C. Moses_, Apr 23 2019 *)

%Y Cf. A325417, A325426, A325518.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 06 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 2 18:29 EDT 2024. Contains 375616 sequences. (Running on oeis4.)