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!)
A043051 a(n)=(s(n)+3)/5, where s(n)=n-th base 5 palindrome that starts with 2. 0

%I #8 Nov 21 2013 12:47:01

%S 1,3,11,12,13,14,15,51,57,63,69,75,251,256,261,266,271,277,282,287,

%T 292,297,303,308,313,318,323,329,334,339,344,349,355,360,365,370,375,

%U 1251,1281,1311,1341,1371,1377,1407,1437,1467,1497

%N a(n)=(s(n)+3)/5, where s(n)=n-th base 5 palindrome that starts with 2.

%t pal5Q[n_]:=Module[{idn5=IntegerDigits[n,5]},idn5==Reverse[idn5]&&First[idn5]==2]

%t (#+3)/5&/@Select[Range[9000],pal5Q] (* _Harvey P. Dale_, Feb 13 2011 *)

%K nonn,base

%O 1,2

%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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)