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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076442 Odd-digit perfect powers. 1
1, 9, 1331, 3375, 35937, 59319, 357911, 753571, 759375, 5177717, 5359375, 5735339, 9393931, 17373979, 37595375, 39135393, 37159393753, 99317171591 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

NextOddNbr[n_] := Block[{d = If[ EvenQ[n], IntegerDigits[n + 1], IntegerDigits[n + 2]], l}, l = Length[d]; While[l != 1, If[ EvenQ[ d[[l]]], d[[l]]++ ]; If[d[[l]] > 9, d[[l - 1]]++; d[[l]] = 1]; l-- ]; If[ EvenQ[ d[[1]]], d[[1]]++ ]; If[ d[[1]] > 9, d[[1]] = 11]; FromDigits[d]] k = 1; Do[ If[ !PrimeQ[k] && Apply[GCD, Last[ Transpose[ FactorInteger[k]]]] > 1, Print[k]]; k = NextOddNbr[k], {n, 1, 10^8}]

CROSSREFS

Cf. A001597, A014261 & A075787.

Sequence in context: A084149 A202981 A020261 * A117053 A120347 A203649

Adjacent sequences:  A076439 A076440 A076441 * A076443 A076444 A076445

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com) and Zak Seidov (zakseidov(AT)yahoo.com), Oct 11 2002

EXTENSIONS

Extended by Robert G. Wilson v (rgwv(AT)rgwv.com) Dec 17 2002 who reports no other terms < 1.3*10^11.

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 17 18:27 EST 2012. Contains 206066 sequences.