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!)
A325465 Complement of A325464. 5
2, 6, 7, 8, 10, 13, 18, 22, 24, 25, 28, 30, 31, 32, 34, 38, 40, 42, 43, 46, 49, 52, 54, 55, 58, 61, 66, 67, 70, 72, 74, 76, 78, 79, 82, 85, 88, 90, 94, 96, 97, 100, 102, 103, 106, 109, 112, 114, 115, 118, 120, 121, 124, 126, 128, 130, 133, 136, 138, 139, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the numbers 2x and 3x-2 as x ranges through the numbers x>1 in A325464.
LINKS
MATHEMATICA
a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,
Map[MemberQ[a, #] &, Select[Flatten[{#/2, (#+2)/3}],
IntegerQ]]] &]], {150}]; a (* A325464 *)
Complement[Range[Last[a]], a] (* A325465 *)
(* Peter J. C. Moses, Apr 25 2019 *)
CROSSREFS
Sequence in context: A343719 A028735 A267541 * A047553 A139418 A190212
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)