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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100391 Prime powers which are local minima of A006530. 0
4, 8, 16, 27, 32, 64, 81, 125, 128, 243, 256, 343, 512, 625, 729, 1024, 1331, 2048, 2187, 2197, 3125, 4096, 6561, 8192, 14641, 15625, 16384, 16807, 19683, 24389, 28561, 32768, 50653, 59049, 65536, 68921, 78125, 79507, 83521, 103823, 117649, 130321 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

Largest prime factors around 49 are {3,7,5} so 49 is not a member.

While n=343=7^3 is here because the corresponding largest-prime-factors are {19,7,43}.

MATHEMATICA

<<NumberTheory`NumberTheoryFunctions` mxp[x_] :=Max[PrimeFactorList[x]]; lf[x_] :=Length[PrimeFactorList[x]]; ta={{0}}; Do[s1=mxp[n-1]; s=mxp[n]; s2=mxp[n+1]; If[Greater[s1, s]&&Greater[s2, s]&&Equal[lf[n], 1], Print[{n, {s1, s, s2}}]; ta=Append[ta, n]], {n, 1, 512}]; ta=Delete[ta, 1]

CROSSREFS

Cf. A006530, A100390.

Sequence in context: A096296 A068936 A054744 * A122494 A025197 A008371

Adjacent sequences:  A100388 A100389 A100390 * A100392 A100393 A100394

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Dec 14 2004

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 February 14 18:02 EST 2012. Contains 205661 sequences.