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!)
A046236 Cubes which are palindromes in base 6. 1

%I #6 Jun 01 2022 17:55:39

%S 0,1,343,50653,10218313,2181825073,470366406433,101566487155393,

%T 21937185733709953,4738389801656378113,1023490673757369487873,

%U 221073930689208859487233

%N Cubes which are palindromes in base 6.

%C Note that '7'^3 = '1331{6}' = '363{10}' = '292{11}' is a palindromic street !

%H P. De Geest, <a href="http://www.worldofnumbers.com/index.html">World!Of Numbers</a>

%t pal6Q[n_]:=Module[{idn6=IntegerDigits[n,6]},idn6==Reverse[idn6]]; Select[ Range[ 0,6047*10^4]^3,pal6Q] (* _Harvey P. Dale_, Jun 01 2022 *)

%Y Cf. A046235.

%K nonn,base

%O 0,3

%A _Patrick De Geest_, May 15 1998

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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)