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.

A263947 Positive integers n such that (n+57)^3 - n^3 is a square.

This page as a plain text file.
%I A263947 #9 Mar 05 2024 05:08:32
%S A263947 551,13471,67002512,1560515752,7745359676111,180392503180711,
%T A263947 895348087775371352,20853012581126608912,103500448242912021166871,
%U A263947 2410566548172681237123151,11964444815088795735075876992,278656671814812593067838694872,1383065891631134161140389210648831
%N A263947 Positive integers n such that (n+57)^3 - n^3 is a square.
%H A263947 Colin Barker, <a href="/A263947/b263947.txt">Table of n, a(n) for n = 1..394</a>
%H A263947 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,115598,-115598,-1,1).
%F A263947 a(n) = a(n-1)+115598*a(n-2)-115598*a(n-3)-a(n-4)+a(n-5) for n>5.
%F A263947 G.f.: 19*x*(32*x^4+680*x^3-173397*x^2-680*x-29) / ((x-1)*(x^2-340*x+1)*(x^2+340*x+1)).
%e A263947 551 is in the sequence because (551+57)^3 - 551^3 = 7581^2.
%t A263947 LinearRecurrence[{1, 115598, -115598, -1, 1}, {551, 13471, 67002512, 1560515752, 7745359676111}, 15] (* _Paolo Xausa_, Mar 05 2024 *)
%o A263947 (PARI) Vec(19*x*(32*x^4+680*x^3-173397*x^2-680*x-29)/((x-1)*(x^2-340*x+1)*(x^2+340*x+1)) + O(x^20))
%Y A263947 Cf. A263942 (4), A263943 (21), A263944 (28), A263945 (39), A263946 (52), A263948 (61), A263949 (84) where the parenthesized number is k in the expression (n+k)^3 - n^3.
%K A263947 nonn,easy
%O A263947 1,1
%A A263947 _Colin Barker_, Oct 30 2015