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.

A357717 Number of ways to write n as an ordered sum of nine positive Fibonacci numbers (with a single type of 1).

This page as a plain text file.
%I A357717 #6 Oct 10 2022 16:11:15
%S A357717 1,9,45,156,423,954,1878,3321,5409,8251,11979,16686,22446,29250,37134,
%T A357717 46107,56259,67671,80407,94338,109269,125118,141930,159723,178608,
%U A357717 198522,219510,241338,264438,288810,314550,341010,367785,394596,421443,448650,476614,505404,534978
%N A357717 Number of ways to write n as an ordered sum of nine positive Fibonacci numbers (with a single type of 1).
%F A357717 G.f.: ( Sum_{k>=2} x^Fibonacci(k) )^9.
%F A357717 a(n) = A121548(n,9).
%t A357717 nmax = 47; CoefficientList[Series[Sum[x^Fibonacci[k], {k, 2, 21}]^9, {x, 0, nmax}], x] // Drop[#, 9] &
%Y A357717 Cf. A000045, A076739, A121548, A121549, A121550, A319402, A357688, A357690, A357691, A357694, A357716.
%K A357717 nonn
%O A357717 9,2
%A A357717 _Ilya Gutkovskiy_, Oct 10 2022