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!)
A098642 Number of partitions of Fibonacci(n) into odd Fibonacci numbers. 1

%I #9 Jun 02 2023 21:29:03

%S 1,1,1,1,2,3,5,11,28,87,331,1565,9440,72908,712687,8940809,146775560,

%T 3135694178,86745468962,3153522201617,151857397825012,

%U 9589042822673342,797159462260375958,88429042471401581924,13020775433175768654191,2532864078831923248348591

%N Number of partitions of Fibonacci(n) into odd Fibonacci numbers.

%t cl = CoefficientList[ Series[1/Product[(1 - x^Fibonacci[3i + 1])(1 - x^Fibonacci[3i - 1]), {i, 8}], {x, 0, 46370}], x]; cl[[Table[Fibonacci[i] + 1, {i, 24}]]] (* _Robert G. Wilson v_ *)

%Y Cf. A000045, A098641-A098644.

%K nonn

%O 0,5

%A Marcel Dubois de Cadouin (dubois.ml(AT)club-internet.fr), Oct 27 2004

%E Corrected and extended by _Franklin T. Adams-Watters_ and _Robert G. Wilson v_, Mar 28 2006

%E a(0)=1 prepended and a(25) from _Alois P. Heinz_, Jun 02 2023

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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)