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.

A106266 Least b such that A106265(n) + b^2 = c^3 for some c (given in A106267).

This page as a plain text file.
%I A106266 #24 Jun 02 2025 00:27:40
%S A106266 0,5,2,1,0,4,70,7,3,18,14,2,10,1,0,6,36,5,52,9,96,13,4,524,26,17,3,76,
%T A106266 2,8,1,0,110,21,12,985,7,89,46,140,16,6,11,5,25,35,1710,4,20,3,15,2,1,
%U A106266 0,57,63,40,9,322,51,2723,14,2765,2315,19,8,24,364,29
%N A106266 Least b such that A106265(n) + b^2 = c^3 for some c (given in A106267).
%C A106266 The values A106266(n) = 0 correspond to cubes A106265(n) = c^3. See the main entry A106265 for further comments and references.
%H A106266 M. F. Hasler, <a href="/A106266/b106266.txt">Table of n, a(n) for n = 1..2500</a> (corrected and extended Aug 10 2024)
%F A106266 a(n) = sqrt(A106267(n)^3-A106265(n)). - _M. F. Hasler_, Oct 05 2013
%o A106266 (PARI) [sqrtint(is_A106265(a)^3-a) | a<-A106265] \\ Assumes is_A106265(a) returns the c-value corresponding to a, and A106265 is a list or vector of values of that sequence. -_M. F. Hasler_, Aug 10 2024
%Y A106266 Cf. A106265 (main entry), A106266 (the b-values).
%K A106266 nonn
%O A106266 1,2
%A A106266 _Zak Seidov_, Apr 28 2005
%E A106266 More terms from _Robert G. Wilson v_, Apr 28 2005
%E A106266 Edited by _M. F. Hasler_, Oct 04 2013