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!)
A035128 Rotating digits of a(n)^3 right once still yields a cube. 3
1, 2, 5, 379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Cubes resulting in leading zeros excluded.
LINKS
Eric Weisstein's World of Mathematics, Cubic Number
EXAMPLE
379^3 = 54439939 -> 95443993 = 457^3.
MATHEMATICA
Select[Range[500], IntegerQ @ Surd[FromDigits @ RotateRight @ IntegerDigits[#^3], 3] &] (* Amiram Eldar, Oct 08 2019 *)
PROG
(Magma) [k:k in [1..100000]| IsPower(Seqint((Intseq(Floor(k^3/10)) cat [Intseq(k^3)[1]])), 3)]; // Marius A. Burtea, Oct 08 2019
CROSSREFS
Sequence in context: A345977 A183129 A081462 * A208211 A138696 A163798
KEYWORD
nonn,base,hard
AUTHOR
Patrick De Geest, Nov 15 1998
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)