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 A047203 #39 Sep 08 2022 08:44:56 %S A047203 0,2,3,4,5,7,8,9,10,12,13,14,15,17,18,19,20,22,23,24,25,27,28,29,30, %T A047203 32,33,34,35,37,38,39,40,42,43,44,45,47,48,49,50,52,53,54,55,57,58,59, %U A047203 60,62,63,64,65,67,68,69,70,72,73,74,75,77,78,79,80,82,83,84,85,87,88,89 %N A047203 Numbers that are congruent to {0, 2, 3, 4} mod 5. %C A047203 Complement of A016861. - _Reinhard Zumkeller_, Oct 23 2006 %H A047203 Melvyn B. Nathanson, <a href="http://dx.doi.org/10.4169/amer.math.monthly.120.05.409">On the fractional parts of roots of positive real numbers</a>, Amer. Math. Monthly, Vol. 120, No. 5 (2013), pp. 409-429 [see p. 417]. %H A047203 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,1,-1). %F A047203 A027445(a(n)) mod 10 = 0. - _Reinhard Zumkeller_, Oct 23 2006 %F A047203 a(n) = floor((5n-2)/4). - _Gary Detlefs_, Mar 06 2010 %F A047203 a(n) = floor((15n-5)/12). - _Gary Detlefs_, Mar 07 2010 %F A047203 G.f.: x^2*(2+x+x^2+x^3)/((1+x)*(1+x^2)*(x-1)^2). - _R. J. Mathar_, Oct 08 2011 %F A047203 From _Wesley Ivan Hurt_, May 14 2016: (Start) %F A047203 a(n) = a(n-1) + a(n-4) - a(n-5) for n>5. %F A047203 a(n) = (10*n-7+(-1)^n+2*(-1)^((2*n+3+(-1)^n)/4))/8. %F A047203 a(2n) = A047211(n), a(2n-1) = A047218(n). %F A047203 a(n) = A047207(n+1) - 1. %F A047203 a(n+2) = n + 2 + A002265(n) for n>0. %F A047203 a(n+3)-a(n+2) = A177704(n) for n>0. %F A047203 a(1-n) = - A001068(n). (End) %F A047203 Sum_{n>=2} (-1)^n/a(n) = log(5)/4 + sqrt(5)*log(phi)/10 - sqrt(5-2*sqrt(5))*Pi/10, where phi is the golden ratio (A001622). - _Amiram Eldar_, Dec 07 2021 %p A047203 seq(floor(5*n-2)/4), n=1..72); # _Gary Detlefs_, Mar 06 2010 %p A047203 seq(floor((15*n-5)/12), n=1..72); # _Gary Detlefs_, Mar 07 2010 %t A047203 Flatten[Table[5*n + {0, 2, 3, 4}, {n, 0, 20}]] (* _T. D. Noe_, Nov 12 2013 *) %o A047203 (PARI) a(n)=(5*n-2)\4 \\ _Charles R Greathouse IV_, Jun 11 2015 %o A047203 (Magma) [Floor((5*n-2)/4) : n in [1..100]]; // _Wesley Ivan Hurt_, May 14 2016 %Y A047203 Cf. A001068, A001622, A002265, A016861, A027445, A047207, A047211, A047218, A177704. %K A047203 nonn,easy %O A047203 1,2 %A A047203 _N. J. A. Sloane_ %E A047203 More terms from _Reinhard Zumkeller_, Oct 23 2006