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!)
A035124 Nonpalindromic cubes remaining cubic which written backwards: take the cube root of n, reverse its digits, cube that and the result is n with its digits reversed. 4
1033364331, 1334633301, 1003303631331, 1331363033001, 1000330036301331, 1003033061330301, 1003333697667631, 1030331603303001, 1030637669664331, 1331036300330001, 1334669667360301, 1367667963333001, 1000033000363001331, 1000303030604030301, 1000333036964367631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Cubes with trailing zeros are excluded.
LINKS
P. De Geest, Palindromic Cubes
Eric Weisstein's World of Mathematics, Cubic Number
EXAMPLE
1011^3 = 1033364331 -> 1334633301 = 1101^3.
1003333697667631 is included because its cube root, 100111, when reversed (i.e., 111001) and cubed yields 1367667963333001.
PROG
(PARI) isok(n) = {if (ispower(n, 3, &k), dn = digits(n); if (Vecrev(dn) != dn, dk = Vecrev(digits(k)); rk = subst(Pol(dk, x), x, 10); digits(rk^3) == Vecrev(dn); ); ); } \\ Michel Marcus, Oct 04 2015
CROSSREFS
Sequence in context: A225218 A359342 A268312 * A197952 A321066 A222531
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Nov 15 1998
EXTENSIONS
More terms from Seiichi Manyama, Sep 18 2018
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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)