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.
%I A357716 #6 Oct 10 2022 16:11:09 %S A357716 1,8,36,112,274,560,1008,1640,2479,3536,4844,6392,8170,10136,12308, %T A357716 14680,17291,20160,23248,26440,29674,32992,36456,40040,43834,47712, %U A357716 51752,55840,60250,64856,69560,74088,78331,82440,86500,90616,95074,99568,104188,108528,113304 %N A357716 Number of ways to write n as an ordered sum of eight positive Fibonacci numbers (with a single type of 1). %F A357716 G.f.: ( Sum_{k>=2} x^Fibonacci(k) )^8. %F A357716 a(n) = A121548(n,8). %t A357716 nmax = 48; CoefficientList[Series[Sum[x^Fibonacci[k], {k, 2, 21}]^8, {x, 0, nmax}], x] // Drop[#, 8] & %Y A357716 Cf. A000045, A076739, A121548, A121549, A121550, A319401, A357688, A357690, A357691, A357694, A357717. %K A357716 nonn %O A357716 8,2 %A A357716 _Ilya Gutkovskiy_, Oct 10 2022