login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A216323 Values for b in abc-triples with a=1. 3

%I #28 Jan 05 2023 10:17:14

%S 8,48,63,80,224,242,288,512,624,675,728,960,1024,1215,2303,2400,3024,

%T 3887,3968,4095,4374,5831,6399,6560,6655,6859,8575,9375,9408,9800,

%U 10647,12167,14336,15624,16128,17576,21951,24299,25920,28125,29375,29791

%N Values for b in abc-triples with a=1.

%C For abc-triples see de Smit's link.

%C (a, b, c=a+b) with positive integers a and b, a <= b, gcd(a,b) = 1 is called an abc-triple if r(a,b,c) < c where r(a,b,c) = rad(a*b*c) with rad = A007947 (radical or squarefree kernel). The quality q of an abc-triple is the real positive number q(a,b,c) = log(c)/log(r(a,b,c)), hence q > 1. See also a comment on A216370.

%C Here one considers a = 1, c = 1+b for b >= 1.

%C The radical r(1,a(n),a(n)+1) for these abc-triples is 2*A216324.

%C The highest quality q of the 258 abc-triples (1, a(n), a(n)+1) with b in the range 1..10^7 appears for the triple (1, 4374, 4375) with b = a(21) and q = 1.567887264 (maple 10 digits).

%C This sequence is infinite because it contains the infinite subsequence b(k) = 9^k - 1, k>=1.

%C Alvarez-Salazar et al. prove that k is a term iff k/rad(k) > rad(k+1). - _Michel Marcus_, Jan 05 2023

%H Elise Alvarez-Salazar, Alexander J. Barrios, Calvin Henaku, and Summer Soller, <a href="https://arxiv.org/abs/2301.01376">On abc triples of the form (1,c-1,c)</a>, arXiv:2301.01376 [math.NT], 2023.

%H Bart de Smit, <a href="http://www.math.leidenuniv.nl/~desmit/abc/index.php?set=1">Triples of small size</a> [references the ABC@Home project which is inactive since 2015]

%H Wolfdieter Lang, <a href="/A216323/a216323.txt">Maple program abc1bN.txt for A216323 for b in the range 1..N </a>.

%F (1, b=a(n), a(n)+1) is an abc-triple (which has quality q > 1) with increasingly ordered b values. See the comment above for abc-triples.

%p read "abc1bN.txt": abc1bN(30000); (with the above given maple text file).

%t rad[n_] := Times @@ Transpose[FactorInteger[n]][[1]]; a = 1; Table[t = {}; mx = 10^n; Do[c = a + b; If[c < mx && GCD[a, b] == 1 && Log[c] > Log[rad[a*b*c]], AppendTo[t, b]], {b, a, mx - a}], {n, 5}]; t (* _T. D. Noe_, Sep 24 2012 *)

%Y Cf. A007947, A216324, A216370.

%K nonn

%O 1,1

%A _Wolfdieter Lang_, Sep 24 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)