The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A115693 Powerful(1) numbers (A001694) whose digit reversal is a cube. 3
1, 8, 72, 100, 343, 800, 1000, 1331, 7200, 8000, 10000, 34300, 72000, 80000, 100000, 133100, 343000, 720000, 800000, 1000000, 1030301, 1331000, 1367631, 3430000, 7200000, 8000000, 10000000, 13310000, 34300000, 72000000, 80000000, 100000000, 103030100, 133100000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
72 = 2^3*3^2 is powerful and 27 = 3^3.
MATHEMATICA
Select[Join[{1}, Select[Range[10000000], Min[Transpose[ FactorInteger[#]] [[2]]]>1&]], IntegerQ[Power[FromDigits[Reverse[IntegerDigits[#]]], (3)^-1]]&] (* Harvey P. Dale, Sep 18 2011 *)
CROSSREFS
Sequence in context: A004165 A032554 A097255 * A112403 A043932 A064015
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Jan 31 2006
EXTENSIONS
a(28)-a(34) from Amiram Eldar, Feb 24 2024
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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)