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 A220443 #22 Jun 15 2020 14:38:07 %S A220443 0,9,45,126,270,495,819,1260,1836,2565,3465,4554,5850,7371,9135,11160, %T A220443 13464,16065,18981,22230,25830,29799,34155,38916,44100,49725,55809, %U A220443 62370,69426,76995,85095,93744,102960,112761,123165,134190,145854,158175,171171,184860,199260 %N A220443 a(n) = Sum_{i=1..n} (3i)^2. %H A220443 T. A. Gulliver, <a href="http://www.m-hikari.com/ijcms/ijcms-2012/37-40-2012/gulliverIJCMS37-40-2012.pdf">Sums of Powers of Integers Divisible by Three</a>, Int. J. Contemp. Math. Sciences, Vol. 7, 2012, no. 38, pp. 1895-1901 %H A220443 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A220443 a(n) = (3*n*(1+3*n+2*n^2))/2. G.f.: 9*x*(x+1) / (x-1)^4. - _Colin Barker_, Jul 22 2013 %F A220443 a(n) = A045943(n) * A005408(n). - _Bruce J. Nicholson_, Jun 12 2020 %o A220443 (PARI) a(n) = sum(k=1, n, (3*k)^2); \\ _Michel Marcus_, Aug 29 2015 %Y A220443 Equals 9*A000330. %Y A220443 Cf. A045943, A005408. %K A220443 nonn,easy %O A220443 0,2 %A A220443 _N. J. A. Sloane_, Dec 22 2012