|
| |
|
|
A036796
|
|
Integers that can be decomposed into sums of different Fibonacci numbers of odd argument.
|
|
2
| |
|
|
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, 49, 50, 51, 53, 54, 55, 56, 90, 91, 92, 93, 95, 96, 97, 98, 103, 104, 105, 106, 108, 109, 110, 111, 124, 125, 126, 127, 129, 130, 131, 132, 137, 138, 139, 140, 142, 143, 144
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
MATHEMATICA
| FoldList[ #1+#2&, 1, Fold[ {#1, #2, #1}&, 1, Table[ Fibonacci[ k ], {k, 1, 13, 2} ] ]//Flatten ]
|
|
|
CROSSREFS
| Cf. A036795.
Sequence in context: A128170 A018490 A113498 * A039123 A131618 A144111
Adjacent sequences: A036793 A036794 A036795 * A036797 A036798 A036799
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Wouter Meeussen (wouter.meeussen(AT)pandora.be)
|
| |
|
|