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!)
A339759 Distinct values in A339743, in order of appearance. 3
1, 2, 4, 6, 30, 60, 210, 2310, 18480, 120120, 150150, 660660, 1531530, 2492490, 3063060, 4594590, 38798760, 48498450, 193993800, 446185740, 6915878970, 13831757940, 80313433200, 129393864600, 1061029689720, 5014012253250, 9225782545980, 12033629407800, 40312658516130, 135378330837750 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is strictly increasing as A339743 is weakly increasing. - David A. Corneth, Jan 01 2021
LINKS
EXAMPLE
The first terms of A339743 are: 1, 1, 2, 4, 6, 6, 6, 30, 30, 60, 60, 210.
So this sequence starts with 1, 2, 4, 6, 30, 60, ...
PROG
(PARI) { n = 1; for (k=1, oo, p = 1; for (m=1, oo, if (gcd(p, 1+m*k)>1, if (m>=n, print1 (k ", "); n=m+1); break, p *= 1+m*k))) }
CROSSREFS
Sequence in context: A077633 A006933 A046847 * A121069 A100838 A056696
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Dec 16 2020
EXTENSIONS
More terms from David A. Corneth, Jan 01 2021
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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)