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 A357239 #4 Sep 23 2022 03:20:48 %S A357239 0,0,1,1,2,5,8,16,30,58,108,214,401,781,1493,2888,5536,10705,20569, %T A357239 39707,76433,147420,283953,547566,1055028,2034029,3919974,7556717, %U A357239 14564533,28075593,54114452,104311848,201062094,387564973,747044844,1439986130,2775641472,5350241528,10312882883 %N A357239 Inverse Moebius transform of tetranacci number (A000078). %F A357239 G.f.: Sum_{k>=1} x^(3*k) / (1 - x^k - x^(2*k) - x^(3*k) - x^(4*k)). %F A357239 G.f.: Sum_{k>=1} A000078(k) * x^k / (1 - x^k). %F A357239 a(n) = Sum_{d|n} A000078(d). %t A357239 nmax = 39; CoefficientList[Series[Sum[x^(3 k)/(1 - x^k - x^(2 k) - x^(3 k) - x^(4 k)), {k, 1, nmax}], {x, 0, nmax}], x] // Rest %Y A357239 Cf. A000078, A007435, A357238. %K A357239 nonn %O A357239 1,5 %A A357239 _Ilya Gutkovskiy_, Sep 19 2022