A210893 Dates after Jan 01 1000 in chronological order which are palindromic when they are written according to the format MMDDYYYY (American standard). Leading zeros of the terms are suppressed.
10011001, 1011010, 11011011, 2011020, 12011021, 3011030, 4011040, 5011050, 6011060, 7011070, 8011080, 9011090, 10111101, 1111110, 11111111, 2111120, 12111121, 3111130, 4111140, 5111150, 6111160, 7111170, 8111180, 9111190, 10211201, 1211210, 11211211, 2211220, 12211221
Offset: 1
Examples
The first palindromic date in MMDDYYYY format after 'Jan 01 1000' is a(1)=10011001 (= 'Oct 01 1001' = 'Jan 01 1000' + A210893(1) days); The second palindromic date in MMDDYYYY format after 'Jan 01 1000' is a(2)=1011010=01011010 (= 'Jan 01 1010' = 'Jan 01 1000' + A210893(2) days); The 47th palindromic date in MMDDYYYY format after 'Jan 01 1000' is a(47)=2022020=02022020 (= 'Feb 02 2020' = 'Jan 01 1000' + A210893(47) days). The last (331st) palindromic date in MMDDYYYY format before the year 10000 is a(331)=9299290=09299290 (= 'Sep 29 9290' = 'Jan 01 1000' + A210893(331) days).
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..331
Formula
a(n)=MMDDYYYY_date('Jan 1 1000' + A210883(n)).
n-th date after 'Jan 1 2000' = a(43+n).
Comments