OFFSET
1,1
COMMENTS
There are exactly 331 such palindromic dates between Jan 1 1000 and Dec 31 9999 (see b-file for the complete list).
Dates palindromic in the MMDDYYYY format are also palindromic in the YYYYMMDD format. Consequently, this sequence represents the same dates as A210884.
See A210883 for the number of days after Jan 1 1000 to get such a palindromic date.
The first such palindromic dates after Jan 01 2000 are 10022001, 1022010, 11022011, 2022020, 12022021, 3022030, 4022040, 5022050, 6022060, 7022070, 8022080, 9022090, 10122101, which are the 44th, 45th, ... 56th ... dates of the original sequence.
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).
EXAMPLE
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).
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Hieronymus Fischer, Apr 01 2012
STATUS
approved