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!)
A107227 Numbers having no odd terms in their Zeckendorf representation. 3
2, 8, 10, 34, 36, 42, 44, 144, 146, 152, 154, 178, 180, 186, 188, 610, 612, 618, 620, 644, 646, 652, 654, 754, 756, 762, 764, 788, 790, 796, 798, 2584, 2586, 2592, 2594, 2618, 2620, 2626, 2628, 2728, 2730, 2736, 2738, 2762, 2764, 2770, 2772, 3194, 3196, 3202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A107016(a(n))=0, A107015(a(n))>0; subsequence of A107225.
LINKS
Eric Weisstein's World of Mathematics, Zeckendorf Representation
PROG
(Haskell)
a107227 n = a107227_list !! (n-1)
a107227_list = filter ((all even) . a035516_row) [1..]
-- Reinhard Zumkeller, Mar 10 2013
CROSSREFS
Cf. A107228.
Sequence in context: A327988 A062880 A066707 * A188539 A230826 A071184
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 15 2005
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 July 12 05:51 EDT 2024. Contains 374237 sequences. (Running on oeis4.)