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!)
A325598 Complement of A325597. 5

%I #4 May 11 2019 02:23:08

%S 5,8,11,16,20,25,29,34,38,41,44,49,53,56,61,65,68,71,76,80,83,88,92,

%T 95,98,103,107,110,115,119,124,128,133,137,140,143,148,152,155,160,

%U 164,169,173,176,179,184,188,191,196,200,205,209,214,218,221,224,229

%N Complement of A325597.

%C These are the numbers 2a(m) + a(m-1) for a(m)=A325597(m), m >= 1 .

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

%t mex[list_, start_] := (NestWhile[# + 1 &, start, MemberQ[list, #] &]); a = {1}; Do[AppendTo[a, mex[Rest[2 a] + Most[a], Last[a] + 1]], {60}]; a (* A325597 *)

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

%t da = Differences[a] (* A325599 *)

%t Flatten[Position[da, 1]] (* A325600 *)

%t Flatten[Position[da, 2]] (* A325601) *)

%t (* _Peter J. C. Moses_, May 07 2019 *)

%Y Cf. A325597.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 10 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 April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)