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!)
A035130 Cubes when digits rotated right once remain cubic. 4
1, 8, 125, 54439939 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Those resulting in leading zeros excluded.
LINKS
Eric Weisstein's World of Mathematics, Cubic Number
FORMULA
a(n) = A035128(n)^3. - R. J. Mathar, Jan 25 2017
EXAMPLE
5^3 = 125 -> 512 = 8^3.
MATHEMATICA
Select[Range[10000]^3, IntegerQ[Surd[FromDigits[RotateRight[ IntegerDigits[#]]], 3]]&] (* Harvey P. Dale, May 25 2015 *)
PROG
(Magma) [k^3: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: A227851 A076960 A298623 * A055762 A281714 A236549
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 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)