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 A117199 #23 Dec 14 2023 05:31:52 %S A117199 1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1,1,0, %T A117199 3,0,1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1, %U A117199 1,0,3,0,1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1,1,0,3,0,1,1,2,0,2,0,2,1,1 %N A117199 Expansion of 1/(1-x^2) + x/(1-x^3) + x^2/(1-x^4). %C A117199 Periodic {1,1,2,0,2,0,2,1,1,0,3,0}. Diagonal sums of A117198. %C A117199 Number of divisors of n+2 in {2,3,4}. - _Wesley Ivan Hurt_, Jun 11 2023 %H A117199 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (-1,-1,0,1,1,1). %F A117199 G.f.: (1+2x+4x^2+3x^3+3x^4)/(1+x+x^2-x^4-x^5-x^6). %F A117199 a(n) = - a(n-1) - a(n-2) + a(n-4) + a(n-5) + a(n-6). - _Wesley Ivan Hurt_, Jun 11 2023 %t A117199 CoefficientList[ Series[1/(1 - x^2) + x/(1 - x^3) + x^2/(1 - x^4), {x, 0, 105}], x] (* _Robert G. Wilson v_, Mar 14 2006 *) %t A117199 LinearRecurrence[{-1,-1,0,1,1,1},{1,1,2,0,2,0},120] (* or *) PadRight[ {},120,{1,1,2,0,2,0,2,1,1,0,3,0}] (* _Harvey P. Dale_, Dec 22 2013 *) %K A117199 easy,nonn %O A117199 0,3 %A A117199 _Paul Barry_, Mar 02 2006 %E A117199 More terms from _Robert G. Wilson v_, Mar 14 2006