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!)
A325497 Difference sequence of A325422. 3
1, 1, 2, 6, 4, 2, 2, 2, 2, 3, 1, 2, 2, 1, 3, 4, 2, 2, 1, 3, 4, 2, 6, 4, 2, 4, 2, 4, 2, 2, 1, 3, 4, 2, 4, 2, 4, 2, 2, 1, 3, 4, 2, 2, 1, 1, 2, 4, 2, 2, 4, 4, 2, 2, 1, 3, 4, 2, 2, 1, 3, 4, 2, 4, 2, 3, 1, 2, 2, 1, 3, 4, 2, 2, 1, 3, 4, 2, 2, 4, 3, 1, 2, 4, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A325417 for a guide to related sequences. Conjecture: every term is in {1,2,3,4,6}.
LINKS
EXAMPLE
A325422 is given by A(n) = least number not 2*A(m)+1 or 3*A(m)+1 for any m < n, so that A = (3,4,5,7,13,17,19,...), with differences (1,1,2,6,4,2,...).
MATHEMATICA
a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1,
Apply[Or, Map[MemberQ[a, #] &, Select[Flatten[{(#-1)/3, (# - 1)/2}],
IntegerQ]]] &]], {2000}]; a ; (* A077477 *)
c = Complement[Range[Last[a]], a] ; (* A325422 *)
Differences[a] (* A325496 *)
Differences[c] (* A325497 *)
(* Peter J. C. Moses, Apr 23 2019 *)
CROSSREFS
Sequence in context: A004600 A369558 A370673 * A021795 A008904 A334397
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 05 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 May 5 10:11 EDT 2024. Contains 372269 sequences. (Running on oeis4.)