A210892 Dates after Jan 01 00 in chronological order which are palindromic when they are written in the format D.M.YY. The terms are listed as numbers. Leading zeros of the terms are suppressed.
10101, 10201, 10301, 10401, 10501, 10601, 10701, 10801, 10901, 101101, 20102, 20202, 20302, 20402, 20502, 20602, 20702, 20802, 20902, 201102, 30103, 30303, 30403, 30503, 30603, 30703, 30803, 30903, 301103, 11111, 11211, 11311, 11411, 11511, 11611, 11711
Offset: 1
Examples
The first palindromic date in D.M.YY format after 'Jan 01 00' is a(1)=10101 (='10.1.01'= 'Jan, 10 01' = 'Mar 01 00' + A210891(1) days); The 10th palindromic date in D.M.YY format after 'Jan 01 00' is a(10)=101101 (='10.11.01'= 'Nov 10 01' = 'Mar 01 00' + A210891(10) days); The 44th palindromic date in D.M.YY format after 'Jan 01 00' is a(44)=21512 (='21.5.12'= 'May 21 12' = 'Mar 01 00' + A210891(44) days); The last (214th) palindromic date in D.M.YY format after 'Jan 01 00' is a(214)=291192 (='29.11.92'= 'Nov 29 92' = 'Mar 01 00' + A210891(214) days).
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..214
Formula
a(n)=DMYY_date('Mar 1 00' + A210891(n)).
Comments