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.

A030279 COMPOSE squares with squares.

This page as a plain text file.
%I A030279 #18 Jul 27 2021 12:09:46
%S A030279 1,8,50,276,1397,6672,30565,135668,587426,2493056,10407393,42848800,
%T A030279 174348417,702245128,2803634370,11106624804,43697519013,170871040752,
%U A030279 664492915061,2571316718500,9905232077842,38000679280352,145240335213857,553203971301184,2100403987129441,7951405959127848
%N A030279 COMPOSE squares with squares.
%H A030279 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%H A030279 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (12, -54, 115, -132, 108, -59, 24, -6, 1).
%F A030279 G.f.: ((1-x)^3*(1+x)*(1-2*x+4*x^2-x^3))/((1-4*x+2*x^2-x^3)^3).
%F A030279 a(n) = 12*a(n-1)-54*a(n-2)+115*a(n-3)-132*a(n-4)+108*a(n-5)-59*a(n-6)+24*a(n-7)-6*a(n-8)+a(n-9). - _Wesley Ivan Hurt_, Apr 23 2021
%t A030279 CoefficientList[Series[((1-x)^3(1+x)(1-2x+4x^2-x^3))/((1-4x+2x^2-x^3)^3),{x,0,30}],x] (* or *) LinearRecurrence[{12,-54,115,-132,108,-59,24,-6,1},{1,8,50,276,1397,6672,30565,135668,587426},30] (* _Harvey P. Dale_, Mar 14 2016 *)
%o A030279 (PARI) Vec(((1-x)^3*(1+x)*(1-2*x+4*x^2-x^3))/((1-4*x+2*x^2-x^3)^3)+O(x^66)) \\ _Joerg Arndt_, Apr 21 2013
%Y A030279 Cf. A000290, A030267, A279282.
%K A030279 nonn,nice,easy
%O A030279 1,2
%A A030279 _Christian G. Bower_