login
This site is supported by donations to The OEIS Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A262069 Palindromes in base 10 that are also palindromes in base 60. 0
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 55155, 55455, 55755, 57075, 57375, 113311, 148841, 26233262 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

LINKS

Table of n, a(n) for n=1..23.

Eric Weisstein's World of Mathematics, Palindromic Number

Eric Weisstein's World of Mathematics, Sexagesimal

Wikipedia, Palindromic_number

Wikipedia, Sexagesimal

Index entries for sequences related to palindromes

EXAMPLE

n = 22: 41*60^2 + 20*60^1 + 41*60^0 = A262065(2541) = A002113(1148) = 148841 = a(22);

n = 23: 2*60^4 + 1*60^3 + 27*60^2 + 1*60^1 + 2*60^0 = A262065(7348) = A002113(12623) = 26233262 = a(23).

PROG

(Haskell)

-- import Data.List.Ordered (isect)

a262069 n = a262069_list !! (n-1)

a262069_list = isect a002113_list a262065_list

CROSSREFS

Intersection of A002113 and a262065.

Sequence in context: A032573 A190217 A222620 * A082208 A201061 A099165

Adjacent sequences:  A262064 A262065 A262066 * A262070 A262071 A262072

KEYWORD

nonn,base,more,new

AUTHOR

Reinhard Zumkeller, Sep 10 2015

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Superseeker | Recent | More pages
The OEIS Community | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified September 10 18:27 EDT 2015. Contains 261502 sequences.