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 A224251 #34 Feb 12 2024 13:29:01 %S A224251 8,13,18,23,48,73,98,123,248,373,498,623,1248,1873,2498,3123,6248, %T A224251 9373,12498,15623,31248,46873,62498,78123,156248,234373,312498,390623, %U A224251 781248,1171873,1562498,1953123,3906248,5859373,7812498,9765623,19531248,29296873 %N A224251 Numbers, a(n) where binomial(a(n), 5n-1) == 0 (mod 5) and binomial(a(n), k) != 0 (mod 5) for k != 5n - 1. %C A224251 Row numbers of Pascal's triangle where only every 5th binomial coefficient in the row is divisible by 5. %C A224251 Numbers of the form (i*5^j) - 2 (i = 2,3,4,5, j >= 1). %C A224251 The binomial coefficients which are multiples of 5 are easily seen in the display of Pascal's triangle given in the link below by _N. J. A. Sloane_. %D A224251 Thomas M. Green, Prime Patterns in Pascal's Triangle, paper in review process, 2013. %H A224251 Harvey P. Dale, <a href="/A224251/b224251.txt">Table of n, a(n) for n = 1..1000</a> %H A224251 N. J. A. Sloane, <a href="/A007318/b007318.txt">First 141 rows of Pascal's triangle, formatted as a simple linear sequence n, a(n)</a> %H A224251 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,5,-5). %F A224251 a(n) = 5*(n + 1)- 2, for n <= 4; a(5) = (5^2)*2 - 2; a(n)= a(n-1)+ 5*a(n-4)- 5*a(n-5) for n>=6. %F A224251 G.f.: -x*(15*x^4-5*x^3-5*x^2-5*x-8) / ((x-1)*(5*x^4-1)). - _Colin Barker_, Apr 02 2013 %e A224251 a(4) = 23. In the 23rd row of Pascal's triangle, the binomial coefficients C(23, 4), C(23, 9), C(23, 14) and C(23, 19) are divisible by 5 and none of the others are. %e A224251 C(23, 4) = 8855 = C(23, 19) and C(23, 9) = 817,190 = C(23, 14). %t A224251 LinearRecurrence[{1,0,0,5,-5},{8,13,18,23,48},40] (* _Harvey P. Dale_, May 15 2016 *) %Y A224251 Cf. A007318 (Pascal's triangle), A181287. %K A224251 nonn,easy %O A224251 1,1 %A A224251 _Thomas M. Green_, Apr 02 2013 %E A224251 More terms from _Colin Barker_, Apr 02 2013