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!)
A325463 Complement of A325462. 5
2, 6, 8, 10, 11, 14, 18, 20, 24, 26, 30, 32, 34, 35, 38, 42, 44, 46, 47, 50, 54, 56, 58, 62, 65, 66, 68, 72, 74, 78, 80, 82, 83, 86, 90, 92, 96, 98, 102, 104, 106, 107, 110, 114, 116, 118, 119, 120, 122, 126, 128, 134, 138, 140, 142, 143, 146, 150, 152, 154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the numbers 2x and 3x-1 as x ranges through the numbers x>1 in A325462.
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 (* A325462 *)
Complement[Range[Last[a]], a] (* A325463 *)
(* Peter J. C. Moses, Apr 25 2019 *)
CROSSREFS
Sequence in context: A166270 A129459 A028772 * A121744 A336986 A198832
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 01 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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)