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.

A252747 Numbers n such that the hexagonal number H(n) is equal to the sum of four consecutive squares.

This page as a plain text file.
%I A252747 #6 Jun 13 2015 00:55:20
%S A252747 18,42,602,1418,20442,48162,694418,1636082,23589762,55578618,
%T A252747 801357482,1888036922,27222564618,64137676722,924765839522,
%U A252747 2178792971618,31414815979122,74014823358282,1067178977450618,2514325201209962,36252670417341882,85413042017780418
%N A252747 Numbers n such that the hexagonal number H(n) is equal to the sum of four consecutive squares.
%C A252747 Also positive integers y in the solutions to 8*x^2-4*y^2+24*x+2*y+28 = 0, the corresponding values of x being A201633.
%H A252747 Colin Barker, <a href="/A252747/b252747.txt">Table of n, a(n) for n = 1..1000</a>
%H A252747 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,34,-34,-1,1).
%F A252747 a(n) = a(n-1)+34*a(n-2)-34*a(n-3)-a(n-4)+a(n-5).
%F A252747 G.f.: -2*x*(x^4-26*x^2+12*x+9) / ((x-1)*(x^2-6*x+1)*(x^2+6*x+1)).
%e A252747 18 is in the sequence because H(18) = 630 = 121+144+169+196 = 11^2+12^2+13^2+14^2.
%o A252747 (PARI) Vec(-2*x*(x^4-26*x^2+12*x+9)/((x-1)*(x^2-6*x+1)*(x^2+6*x+1)) + O(x^100))
%Y A252747 Cf. A000290, A000384, A201633,
%K A252747 nonn,easy
%O A252747 1,1
%A A252747 _Colin Barker_, Dec 21 2014