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!)
A036796 Integers that can be decomposed into sums of different Fibonacci numbers of odd argument. 2

%I #6 Mar 30 2012 18:37:41

%S 1,2,3,4,6,7,8,9,14,15,16,17,19,20,21,22,35,36,37,38,40,41,42,43,48,

%T 49,50,51,53,54,55,56,90,91,92,93,95,96,97,98,103,104,105,106,108,109,

%U 110,111,124,125,126,127,129,130,131,132,137,138,139,140,142,143,144

%N Integers that can be decomposed into sums of different Fibonacci numbers of odd argument.

%t FoldList[ #1+#2&, 1, Fold[ {#1, #2, #1}&, 1, Table[ Fibonacci[ k ], {k, 1, 13, 2} ] ]//Flatten ]

%Y Cf. A036795.

%K nonn

%O 0,2

%A _Wouter Meeussen_

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 April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)