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!)
A320885 7-smooth but not 5-smooth numbers of the form (ab+1)(ac+1), a > b > c > 0. 2
28, 126, 175, 280, 336, 378, 441, 560, 630, 672, 1225, 1470, 1680, 1701, 1792, 2016, 2520, 2835, 3136, 3969, 4200, 5250, 5600, 6860, 7840, 7875, 8400, 8960, 9072, 9408, 11025, 11340, 12096, 13125, 15120, 17640, 19845, 20160, 21000, 23520, 24696, 27440, 30625, 32928, 35000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corvaja & Zannier show that there are only finitely many p-smooth terms in A180045, for any prime p. This sequences lists these terms for p = 7 without those for p = 5 (A320884), and is therefore finite.
LINKS
David A. Corneth, Table of n, a(n) for n = 1..910 (first 671 terms by Maximilian Hasler; terms < 10^35, the largest of which is ~2.6*10^31)
P. Corvaja and U. Zannier, On the greatest prime factor of (ab+1)(ac+1), Proceedings of the American Mathematical Society 131 (2003), pp. 1705-1709. See also arXiv:math/0205136 [math.NT], 2002.
FORMULA
Intersection of A080194 (gpf(n) = 7) and A180045 ((ab+1)(ac+1)).
MATHEMATICA
Reap[For[k = 7, k <= 35000, k = k+7, If[FactorInteger[k][[-1, 1]] == 7, If[ Reduce[k == (a b + 1)(a c + 1) && a > b > c > 0, {a, b, c}, Integers] =!= False, Print[k]; Sow[k]]]]][[2, 1]] (* Jean-François Alcover, Dec 07 2018 *)
PROG
(PARI) is_A320885(n)={vecmax(factor(n, 7)[, 1])==7 && is_A180045(n)}
A320885=select( is_A180045, A080194_list(1e20)) \\ Only initial terms, not the complete sequence. For more efficiency, use is_A180045 or a dedicated implementation inside the nested loops in A080194_list().
CROSSREFS
Cf. A080194 (greatest prime factor = 7).
Cf. A180045 (numbers (ab+1)(ac+1), a>b>c>0), A320883 (subsequence of 3-smooth terms), A320884 (subsequence of 5-smooth terms).
Sequence in context: A232403 A219851 A339992 * A045823 A327750 A044360
KEYWORD
nonn,fini
AUTHOR
M. F. Hasler, Nov 21 2018
STATUS
approved

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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)