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!)
A229107 Palindromic prime time display in hours, minutes, seconds on a six-digit 24-hour digital clock. 2
2, 3, 5, 7, 11, 101, 131, 151, 313, 353, 727, 757, 919, 929, 10301, 10501, 10601, 11311, 11411, 12421, 12721, 12821, 13331, 13831, 13931, 14341, 14741, 15451, 15551, 30103, 30203, 30403, 30703, 30803, 31013, 31513, 32323, 32423, 33533, 34543, 34843, 35053 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Leading zeros are ignored, so the term a(7) = 131, for example, corresponds to the display 00:01:31. Sequence has 69 entries.
LINKS
Shyam Sunder Gupta, Table of n, a(n) for n = 1..69 (complete sequence)
EXAMPLE
151 is in the sequence because it is palindromic prime and displays the time as 00:01:51.
MATHEMATICA
palindromicQ[n_] := TrueQ[IntegerDigits[n] == Reverse[IntegerDigits[n]]]; Select[Select[Table[10000 hr + 100 mnt + sec, {hr, 0, 23}, {mnt, 0, 59}, {sec, 0, 59}] // Flatten, palindromicQ@# &], PrimeQ]
CROSSREFS
Sequence in context: A082806 A157868 A222116 * A109574 A084837 A062352
KEYWORD
nonn,fini,full,base
AUTHOR
Shyam Sunder Gupta, Sep 13 2013
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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)