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!)
A325426 Complement of A325425. 6

%I #6 Apr 28 2019 20:14:15

%S 2,4,6,7,10,12,13,16,18,21,22,25,28,30,34,36,38,39,40,43,46,48,49,52,

%T 54,55,58,61,62,63,64,66,67,70,74,75,76,79,82,84,85,88,90,94,97,100,

%U 102,103,106,108,109,112,114,115,117,118,120,121,124,129,130

%N Complement of A325425.

%C These are the numbers 2x and floor(3x/2) as x ranges through the numbers x > 1 in A325425.

%H Clark Kimberling, <a href="/A325426/b325426.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]]] &]], {150}]; a (* A325425 *)

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

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

%Y Cf. A325417, A325425.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Apr 27 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)