Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076442
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076442 Odd-digit perfect powers. +0
2
1, 9, 1331, 3375, 35937, 59319, 357911, 753571, 759375, 5177717, 5359375, 5735339, 9393931, 17373979, 37595375, 39135393, 37159393753, 99317171591 (list; graph; listen)
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: A075412 A084149 A020261 this_sequence A117053 A120347 A167774

Adjacent sequences: A076439 A076440 A076441 this_sequence 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.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 22 20:51 EST 2009. Contains 167312 sequences.


AT&T Labs Research