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 A061803 #31 Dec 08 2024 12:23:16 %S A061803 1,18,115,452,1333,3254,6951,13448,24105,40666,65307,100684,149981, %T A061803 216958,305999,422160,571217,759714,995011,1285332,1639813,2068550, %U A061803 2582647,3194264,3916665,4764266,5752683,6898780,8220717,9737998 %N A061803 Sum of n-th row of triangle of 4th powers: 1; 1 16 1; 1 16 81 16 1; 1 16 81 256 81 16 1; ... (cf. A133824). %H A061803 Harry J. Smith, <a href="/A061803/b061803.txt">Table of n, a(n) for n=1..1000</a> %H A061803 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1). %F A061803 a(n) = n*(6*n^4 + 10*n^2 - 1)/15. - _Dean Hickerson_, Jun 06 2001 %F A061803 G.f.: x*(1+x)^2*(1+10*x+x^2)/(1-x)^6. - _Colin Barker_, Apr 20 2012 %F A061803 E.g.f.: exp(x)*x*(15 + 120*x + 160*x^2 + 60*x^3 + 6*x^4)/15. - _Stefano Spezia_, Dec 08 2024 %e A061803 a(3) = 115 = 1 + 16 + 81 + 16 + 1 %t A061803 Table[Total[2Range[n-1]^4]+n^4,{n,30}] (* or *) LinearRecurrence[{6,-15,20,-15,6,-1},{1,18,115,452,1333,3254},30] (* _Harvey P. Dale_, Aug 23 2016 *) %o A061803 (PARI) a(n) = { n*(6*n^4 + 10*n^2 - 1)/15 } \\ _Harry J. Smith_, Jul 28 2009 %Y A061803 Cf. A133824. %K A061803 nonn,easy %O A061803 1,2 %A A061803 _Amarnath Murthy_, May 28 2001 %E A061803 More terms from Larry Reeves (larryr(AT)acm.org) and _Jason Earls_, May 28 2001