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.

A232267 Least k>=0 such that n^3 + k^2 is a square.

This page as a plain text file.
%I A232267 #5 Nov 22 2013 13:24:40
%S A232267 0,0,1,3,0,10,3,21,8,0,15,55,6,78,35,15,0,136,27,171,10,42,99,253,10,
%T A232267 0,143,81,42,406,15,465,64,88,255,35,0,666,323,91,3,820,21,903,55,66,
%U A232267 483,1081,48,0,125,85,39,1378,81,165,28,76,783,1711,15,1830,899,63
%N A232267 Least k>=0 such that n^3 + k^2 is a square.
%H A232267 T. D. Noe, <a href="/A232267/b232267.txt">Table of n, a(n) for n = 0..1000</a>
%t A232267 Table[k = 0; While[! IntegerQ[Sqrt[n^3 + k^2]], k++]; k, {n, 0, 100}] (* _T. D. Noe_, Nov 22 2013 *)
%Y A232267 Cf. A000290, A000578, A232175.
%K A232267 nonn
%O A232267 0,4
%A A232267 _Alex Ratushnyak_, Nov 21 2013