login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A172418 Numbers c which have measure of smoothness J bigger than 3. Where J=Log[c]/Log[N(c)], where N(c) is product of distinct prime divisors of c 5
16, 32, 64, 81, 128, 243, 256, 288, 324, 384, 432, 486, 512, 576, 625, 648, 729, 768, 864, 972, 1024, 1152, 1250, 1280, 1296, 1458, 1536, 1600, 1728, 1944, 2000, 2048, 2187, 2304, 2401, 2500, 2560, 2592, 2916, 3072, 3125, 3136, 3200, 3456, 3584, 3645 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

This sequence is subset of A049094.

LINKS

Table of n, a(n) for n=1..46.

MAPLE

aa = {}; Do[kk = FactorInteger[c]; nn = 1; Do[nn = nn*kk[[n]][[1]], {n, 1, Length[kk]}]; If[Log[c]/Log[nn] > 3, AppendTo[aa, c]], {c, 2, 10000}]; aa (*Artur Jasinski*)

CROSSREFS

A049094, A172418-A172422.

Sequence in context: A224544 A204645 A018923 * A036967 A076468 A197917

Adjacent sequences:  A172415 A172416 A172417 * A172419 A172420 A172421

KEYWORD

nonn

AUTHOR

Artur Jasinski, Feb 02 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 18:18 EDT 2013. Contains 225561 sequences.