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 A357384 #4 Sep 26 2022 20:18:17 %S A357384 1,1,1,2,2,2,3,4,5,7,10,14,19,26,36,48,64,87,116,155,210,283,382,518, %T A357384 701,948,1282,1732,2339,3158,4263,5756,7772,10495,14176,19148,25865, %U A357384 34941,47198,63753,86114,116311,157095,212181,286580,387070,522805,706142,953777,1288260,1740044 %N A357384 Expansion of 1 / (1 + Sum_{k>=1}(-x)^Lucas(k)). %t A357384 nmax = 50; CoefficientList[Series[1/(1 + Sum[(-x)^LucasL[k], {k, 1, 20}]), {x, 0, nmax}], x] %Y A357384 Cf. A000204, A080889, A288039. %K A357384 nonn %O A357384 0,4 %A A357384 _Ilya Gutkovskiy_, Sep 26 2022