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!)
A043008 Base-5 palindromes that start with 3. 0

%I #9 Aug 22 2021 12:16:15

%S 3,18,78,83,88,93,98,378,408,438,468,498,1878,1903,1928,1953,1978,

%T 2008,2033,2058,2083,2108,2138,2163,2188,2213,2238,2268,2293,2318,

%U 2343,2368,2398,2423,2448,2473,2498,9378,9528,9678

%N Base-5 palindromes that start with 3.

%t b5pQ[n_]:=Module[{idn5=IntegerDigits[n,5]},idn5[[1]]==3&&idn5 == Reverse[ idn5]]; Select[Range[10000],b5pQ] (* _Harvey P. Dale_, Mar 08 2018 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_

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 July 22 10:19 EDT 2024. Contains 374490 sequences. (Running on oeis4.)