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!)
A283766 Numbers k such that L(k) is odd, where L = A000201 = lower Wythoff sequence. 5
1, 2, 6, 7, 11, 12, 13, 16, 17, 18, 21, 22, 23, 27, 28, 32, 33, 34, 37, 38, 39, 42, 43, 44, 48, 49, 53, 54, 58, 59, 60, 63, 64, 65, 69, 70, 74, 75, 79, 80, 81, 84, 85, 86, 90, 91, 95, 96, 100, 101, 102, 105, 106, 107, 110, 111, 112, 116, 117, 121, 122, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A283765.
LINKS
FORMULA
a(n+1) - a(n) is in {1,3,4} for every n.
A085003(a(n)) = n for all n >= 1. - Antti Karttunen, Mar 17 2017
MATHEMATICA
r = GoldenRatio; z = 250; t = Table[Floor[n*r], {n, 1, z}]; u = Mod[t, 2];
Flatten[Position[u, 0]] (* A283765 *)
Flatten[Position[u, 1]] (* A283766 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A283766 (MATCHING-POS 1 1 (lambda (n) (odd? (A105774 n)))))
;; Antti Karttunen, Mar 17 2017
CROSSREFS
Cf. A085002 (characteristic function), A085003 (a left inverse).
Sequence in context: A287688 A369648 A221847 * A047216 A244970 A242330
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 17 2017
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)