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!)
A088383 Numbers greater than the 4th power of their smallest prime-factor. 4
18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 87, 88, 90, 92, 93, 94, 96, 98, 99, 100, 102, 104, 105, 106, 108, 110, 111, 112, 114, 116, 117, 118, 120, 122, 123, 124, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) > A020639(a(n))^4 = A088379(a(n)); complement of A088382.
a(n) > A088382(k) for n <= 67, a(n) < A088382(k) for n > 67.
LINKS
MATHEMATICA
Select[Range[200], #>(FactorInteger[#][[1, 1]])^4&] (* Harvey P. Dale, Aug 15 2015 *)
PROG
(Haskell)
a088383 n = a088383_list !! (n-1)
a088383_list = [x | x <- [1..], x a020639 x ^ 4]
-- Reinhard Zumkeller, Feb 06 2015
CROSSREFS
Sequence in context: A332925 A333973 A027887 * A067496 A054565 A295745
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 28 2003
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 10 13:34 EDT 2024. Contains 373264 sequences. (Running on oeis4.)