cp's OEIS Frontend

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.

A156701 a(n) = 4*n^4 + 17*n^2 + 4.

This page as a plain text file.
%I A156701 #20 Jul 08 2023 16:28:35
%S A156701 4,25,136,481,1300,2929,5800,10441,17476,27625,41704,60625,85396,
%T A156701 117121,157000,206329,266500,339001,425416,527425,646804,785425,
%U A156701 945256,1128361,1336900,1573129,1839400,2138161,2471956,2843425,3255304,3710425
%N A156701 a(n) = 4*n^4 + 17*n^2 + 4.
%C A156701 a(n) = A087475(n)*A053755(n).
%H A156701 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).
%F A156701 a(n) = (2*(n^2 - 1))^2 + (5*n)^2.
%F A156701 G.f.: (-4-25*x^4-11*x^3-51*x^2-5*x)/(x-1)^5. - Maksym Voznyy (voznyy(AT)mail.ru), Jul 26 2009
%F A156701 E.g.f.: exp(x)*(4 + 21*x + 45*x^2 + 24*x^3 + 4*x^4). - _Stefano Spezia_, Jul 08 2023
%t A156701 Table[4n^4+17n^2+4,{n,0,40}] (* or *) LinearRecurrence[{5,-10,10,-5,1},{4,25,136,481,1300},50] (* _Harvey P. Dale_, Nov 08 2017 *)
%o A156701 (Magma) [4*n^4+17*n^2+4: n in [0..50]]; // _Vincenzo Librandi_, Dec 27 2010
%o A156701 (PARI) a(n)=4*n^4+17*n^2+4 \\ _Charles R Greathouse IV_, Oct 21 2022
%Y A156701 Cf. A016850, A053755, A087475, A099761.
%K A156701 nonn,easy
%O A156701 0,1
%A A156701 _Reinhard Zumkeller_, Feb 13 2009