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!)
A139308 Lucky numbers that are pure (perfect) powers with exponent greater than 2. 1
729, 2187, 29791, 50625, 50653, 83521, 130321, 132651, 166375, 185193, 226981, 300763, 707281, 804357, 823543, 1295029, 1860867, 1874161, 2685619, 3176523, 4782969, 5545233, 5764801, 7189057, 9393931, 12977875, 13845841, 16194277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A000959 and A076467.
LINKS
Kevin P. Thompson, Table of n, a(n) for n = 1..113 (terms < 10^10 with terms 1..94 from Giovanni Resta)
EXAMPLE
a(1) = 729 = 3^6 and 729 is lucky, i.e., A000959(118) = 729.
MATHEMATICA
t = 2 Range@ 10000000 - 1; f[n_] := Block[{k = t[[n]]}, t = Delete[t, Table[{k}, {k, k, Length@t, k}]]]; Do[f@n, {n, 2, 1000000}]; fQ[n_] := ! IntegerQ@ Log[2, n] && GCD @@ Last /@ FactorInteger@n > 2; Select[t, fQ] (* Robert G. Wilson v, Oct 16 2010 *)
CROSSREFS
Sequence in context: A232925 A255112 A255627 * A295024 A167728 A050220
KEYWORD
nonn
AUTHOR
Walter Kehowski, Jun 07 2008
EXTENSIONS
a(16)-a(28) from Robert G. Wilson v, Oct 16 2010
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)