The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A355433 Numbers k such that k is sqrt(k)-smooth and k+1 is sqrt(k+1)-smooth. 2
8, 24, 48, 49, 63, 80, 120, 125, 168, 175, 195, 224, 242, 288, 324, 350, 351, 360, 363, 374, 384, 399, 440, 441, 455, 475, 494, 512, 528, 539, 560, 575, 594, 624, 675, 714, 728, 735, 759, 832, 840, 874, 896, 935, 960, 968, 1000, 1014, 1023, 1044, 1053, 1088, 1104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that k and k+1 are both in A048098.
This sequence is infinite: if p is an odd prime then p^2-1 is a term.
LINKS
EXAMPLE
8 is a term since 8 is sqrt(8)-smooth (2^2 <= 8) and 9 is sqrt(9)-smooth (3^2 <= 9).
MATHEMATICA
smQ[n_] := FactorInteger[n][[-1, 1]]^2 <= n; Select[Range[1000], smQ[#] && smQ[# + 1] &]
CROSSREFS
Subsequences: A084920 \ {3}, A060355, A348119.
Sequence in context: A152531 A074348 A063403 * A348119 A306415 A122812
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jul 02 2022
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 June 6 12:31 EDT 2024. Contains 373128 sequences. (Running on oeis4.)