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.

A266215 Positive integers x such that x^3 - 1 = y^4 + z^2 for some positive integers y and z.

This page as a plain text file.
%I A266215 #13 Dec 30 2017 09:42:30
%S A266215 3,13,27,147,203,5507,15661,16957,21531,29931,38051,47171,57147,84027,
%T A266215 85547,90891,167051,273651,337501,392881,421715,566691,609971,698113,
%U A266215 914701,1229283,1435213,1564573,1786587,1987571,2523387,2579377,2716443,3760347,3778273
%N A266215 Positive integers x such that x^3 - 1 = y^4 + z^2 for some positive integers y and z.
%C A266215 The conjecture in A266212 implies that this sequence has infinitely many terms.
%H A266215  Zhi-Wei Sun, <a href="http://maths.nju.edu.cn/~zwsun/179b.pdf">New conjectures on representations of integers (I)</a>, Nanjing Univ. J. Math. Biquarterly 34(2017), no. 2, 97-120.
%e A266215 a(1) = 3 since 3^3 - 1 = 1^4 + 5^2.
%e A266215 a(2) = 13 since 13^3 - 1 = 6^4 + 30^2.
%e A266215 a(6) = 5507 since 5507^3 - 1 = 29^4 + 408669^2.
%e A266215 a(16) = 90891 since 90891^3 - 1 = 949^4 + 27387137^2.
%e A266215 a(35) = 3778273 since 3778273^3 - 1 = 85386^4 + 883654380^2.
%t A266215 SQ[n_]:=SQ[n]=n>0&&IntegerQ[Sqrt[n]]
%t A266215 n=0;Do[Do[If[SQ[x^3-1-y^4],n=n+1;Print[n," ",x];Goto[aa]],{y,1,(x^3-1)^(1/4)}];Label[aa];Continue,{x,1,10^5}]
%Y A266215 Cf. A000290, A000578, A000583, A262827, A266003, A266004, A266152, A266153, A266212.
%K A266215 nonn
%O A266215 1,1
%A A266215 _Zhi-Wei Sun_, Dec 24 2015
%E A266215 a(17)-a(35) from _Lars Blomberg_, Dec 30 2015