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!)
A325418 Complement of A325417. 4
2, 4, 6, 10, 14, 16, 18, 22, 24, 25, 26, 28, 30, 34, 37, 38, 40, 42, 46, 52, 54, 58, 61, 62, 64, 66, 70, 72, 78, 82, 86, 88, 90, 94, 96, 97, 98, 100, 102, 106, 109, 110, 112, 114, 118, 120, 124, 126, 130, 133, 134, 136, 138, 142, 145, 146, 148, 150, 151, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
These are the numbers 2x and 3x+1 as x ranges through the numbers in A325417.
LINKS
MATHEMATICA
a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1,
Apply[Or, Map[MemberQ[a, #] &, Select[Flatten[{#/2, (# - 1)/3}],
IntegerQ]]] &]], {150}]; a (* A325417 *)
Complement[Range[Last[a]], a] (* A325418 *)
(* Peter J. C. Moses, Apr 23 2019 *)
CROSSREFS
Cf. A325417.
Sequence in context: A280862 A370654 A213475 * A075574 A104692 A066755
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 24 2019
STATUS
approved

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 July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)