The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A325441 Complement of A325440. 5
2, 5, 7, 8, 11, 17, 19, 23, 25, 26, 27, 29, 31, 35, 38, 39, 41, 43, 44, 47, 53, 55, 59, 62, 63, 65, 67, 71, 73, 79, 83, 89, 91, 95, 97, 98, 99, 101, 103, 107, 110, 111, 113, 115, 119, 121, 125, 127, 131, 134, 135, 137, 139, 143, 146, 147, 149, 151, 152, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the numbers 2x-1 and 3x-1 as x ranges through the numbers x>1 in A325440.
LINKS
MATHEMATICA
a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,
Map[MemberQ[a, #] &, Select[Flatten[{(#+1)/2, (#+1)/3}],
IntegerQ]]] &]], {150}]; a (* A325440 *)
Complement[Range[Last[a]], a] (* A325441 *)
(* Peter J. C. Moses, Apr 25 2019 *)
CROSSREFS
Sequence in context: A370856 A216565 A285938 * A192111 A294635 A362591
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 02 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 June 7 00:43 EDT 2024. Contains 373140 sequences. (Running on oeis4.)