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 A047279 #20 Sep 08 2022 08:44:56 %S A047279 0,1,2,6,7,8,9,13,14,15,16,20,21,22,23,27,28,29,30,34,35,36,37,41,42, %T A047279 43,44,48,49,50,51,55,56,57,58,62,63,64,65,69,70,71,72,76,77,78,79,83, %U A047279 84,85,86,90,91,92,93,97,98,99,100,104,105,106,107,111,112 %N A047279 Numbers that are congruent to {0, 1, 2, 6} mod 7. %H A047279 Daniel Starodubtsev, <a href="/A047279/b047279.txt">Table of n, a(n) for n = 1..10000</a> %H A047279 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,1,-1). %F A047279 G.f.: x^2*(1+x+4*x^2+x^3) / ( (1+x)*(1+x^2)*(x-1)^2 ). - _R. J. Mathar_, Oct 25 2011 %F A047279 From _Wesley Ivan Hurt_, May 21 2016: (Start) %F A047279 a(n) = a(n-1) + a(n-4) - a(n-5) for n>5. %F A047279 a(n) = (14n-17+3*(i^(2n)+(1+i)*i^(-n)+(1-i)*i^n))/8 where i = sqrt(-1). %F A047279 a(2n) = A047336(n), a(2n-1) = A047352(n). %F A047279 a(n) = A047361(n+1) - 1. a(2-n) = - A047322(n). (End) %p A047279 A047279:=n->(14*n-17+3*(I^(2*n)+(1+I)*I^(-n)+(1-I)*I^n))/8: seq(A047279(n), n=1..100); # _Wesley Ivan Hurt_, May 21 2016 %t A047279 LinearRecurrence[{1,0,0,1,-1},{0,1,2,6,7},80] (* _Harvey P. Dale_, Jun 15 2015 *) %o A047279 (Magma) [n : n in [0..100] | n mod 7 in [0, 1, 2, 6]]; // _Wesley Ivan Hurt_, May 21 2016 %Y A047279 Cf. A047322, A047336, A047352, A047361. %K A047279 nonn,easy %O A047279 1,3 %A A047279 _N. J. A. Sloane_ %E A047279 More terms from _Wesley Ivan Hurt_, May 21 2016