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 A017054 #22 May 07 2024 06:50:44 %S A017054 36,169,400,729,1156,1681,2304,3025,3844,4761,5776,6889,8100,9409, %T A017054 10816,12321,13924,15625,17424,19321,21316,23409,25600,27889,30276, %U A017054 32761,35344,38025,40804,43681,46656 %N A017054 a(n) = (7*n + 6)^2. %C A017054 If Y is a fixed 2-subset of a (7n+1)-set X then a(n-1) is the number of 3-subsets of X intersecting Y. - _Milan Janjic_, Oct 21 2007 %H A017054 Vincenzo Librandi, <a href="/A017054/b017054.txt">Table of n, a(n) for n = 0..10000</a> %H A017054 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Two Enumerative Functions</a> %H A017054 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1). %F A017054 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=36, a(1)=169, a(2)=400. - _Harvey P. Dale_, Apr 28 2016 %F A017054 Sum_{n>=0} 1/a(n) = psi'(6/7)/49 = 0.04223032499681527770... - _R. J. Mathar_, May 07 2024 %F A017054 G.f.: -(36+61*x+x^2)/(x-1)^3 . - _R. J. Mathar_, May 07 2024 %t A017054 (7*Range[0,30]+6)^2 (* or *) LinearRecurrence[{3,-3,1},{36,169,400},40] (* _Harvey P. Dale_, Apr 28 2016 *) %o A017054 (Magma) [(7*n+6)^2: n in [0..40]]; // _Vincenzo Librandi_, Jul 10 2011 %o A017054 (PARI) a(n)=(7*n+6)^2 \\ _Charles R Greathouse IV_, Jun 17 2017 %Y A017054 Cf. A017053 (7*n+6). %K A017054 nonn,easy %O A017054 0,1 %A A017054 _N. J. A. Sloane_