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 A017174 #24 Feb 25 2024 11:20:03 %S A017174 1,100,361,784,1369,2116,3025,4096,5329,6724,8281,10000,11881,13924, %T A017174 16129,18496,21025,23716,26569,29584,32761,36100,39601,43264,47089, %U A017174 51076,55225,59536,64009,68644 %N A017174 a(n) = (9*n + 1)^2. %H A017174 Vincenzo Librandi, <a href="/A017174/b017174.txt">Table of n, a(n) for n = 0..10000</a> %H A017174 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1). %F A017174 G.f.: x*(1 + 97*x + 64*x^2)/(1-x)^3. - _Bruno Berselli_, Aug 25 2011 %F A017174 From _G. C. Greubel_, Dec 28 2022: (Start) %F A017174 a(2*n) = A016754(9*n). %F A017174 a(2*n+1) = 4*A017222(n). %F A017174 E.g.f.: (1 + 99*x + 81*x^2)*exp(x). (End) %t A017174 (9*Range[0,40] +1)^2 (* _G. C. Greubel_, Dec 28 2022 *) %t A017174 LinearRecurrence[{3,-3,1},{1,100,361},50] (* _Harvey P. Dale_, Feb 25 2024 *) %o A017174 (Magma) [(9*n+1)^2: n in [0..40]]; // _Vincenzo Librandi_, Aug 25 2011 %o A017174 (PARI) a(n)=(9*n+1)^2 \\ _Charles R Greathouse IV_, Jun 17 2017 %o A017174 (SageMath) [(9*n+1)^2 for n in range(41)] # _G. C. Greubel_, Dec 28 2022 %Y A017174 Sequences of the form (m*n+1)^2: A000012 (m=0), A000290 (m=1), A016754 (m=2), A016778 (m-3), A016814 (m=4), A016862 (m=5), A016922 (m=6), A016994 (m=7), A017078 (m=8), this sequence (m=9), A017282 (m=10), A017402 (m=11), A017534 (m=12), A134934 (m=14). %Y A017174 Cf. A017222. %K A017174 nonn,easy %O A017174 0,2 %A A017174 _N. J. A. Sloane_