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.

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

This page as a plain text file.
%I A357691 #19 Oct 10 2022 12:49:52
%S A357691 1,6,21,50,96,156,231,312,405,506,621,726,828,930,1041,1160,1290,1422,
%T A357691 1520,1590,1677,1766,1887,1980,2106,2196,2310,2426,2550,2670,2706,
%U A357691 2700,2736,2756,2850,2916,3071,3156,3186,3296,3396,3510,3621,3636,3765,3720,3840,3966,4010
%N A357691 Number of ways to write n as an ordered sum of six positive Fibonacci numbers (with a single type of 1).
%H A357691 Alois P. Heinz, <a href="/A357691/b357691.txt">Table of n, a(n) for n = 6..17711</a>
%F A357691 G.f.: ( Sum_{k>=2} x^Fibonacci(k) )^6.
%F A357691 a(n) = A121548(n,6).
%t A357691 nmax = 54; CoefficientList[Series[Sum[x^Fibonacci[k], {k, 2, 21}]^6, {x, 0, nmax}], x] // Drop[#, 6] &
%Y A357691 Cf. A000045, A076739, A121548, A121549, A121550, A319399, A357688, A357690.
%K A357691 nonn
%O A357691 6,2
%A A357691 _Ilya Gutkovskiy_, Oct 10 2022