login
A107228
Numbers having no even terms in their Zeckendorf representation.
3
1, 3, 4, 5, 6, 13, 14, 16, 17, 18, 19, 21, 22, 24, 25, 26, 27, 55, 56, 58, 59, 60, 61, 68, 69, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 89, 90, 92, 93, 94, 95, 102, 103, 105, 106, 107, 108, 110, 111, 113, 114, 115, 116, 233, 234, 236, 237, 238, 239, 246, 247, 249, 250
OFFSET
1,2
COMMENTS
A107015(a(n))=0, A107016(a(n))>0; subsequence of A107224.
LINKS
Eric Weisstein's World of Mathematics, Zeckendorf Representation
PROG
(Haskell)
a107228 n = a107228_list !! (n-1)
a107228_list = filter ((all odd) . a035516_row) [1..]
-- Reinhard Zumkeller, Mar 10 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 15 2005
STATUS
approved