cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103563 Number of partitions of n into even-subscripted Fibonacci numbers (1,3,8,21,55,144,...).

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 21, 22, 23, 26, 27, 29, 32, 33, 36, 39, 40, 43, 46, 48, 51, 54, 57, 60, 64, 67, 70, 75, 78, 81, 87, 90, 94, 100, 103, 108, 114, 118, 124, 130, 135, 141, 147, 153, 159, 167, 174, 180, 189, 196, 202
Offset: 0

Views

Author

Emeric Deutsch, Mar 23 2005

Keywords

Comments

Euler transform of the characteristic function of the even-subscripted Fibonacci numbers.

Examples

			a(8)=4 because we have 8, 3+3+1+1, 3+1+1+1+1+1 and 1+1+1+1+1+1+1+1.
		

Crossrefs

Formula

G.f.=1/product((1-x^fibonacci(2k)), k=1..infinity).