A210885 Number of days after Jan 01 1000 such that the date written in the format DDMMYYYY is palindromic.
374, 749, 1124, 3652, 4027, 4402, 4778, 7305, 7681, 8056, 10959, 11334, 11709, 14612, 14988, 15363, 18266, 18641, 19016, 21919, 22295, 22670, 25573, 25948, 26323, 29226, 29602, 29977, 32880, 33255, 33630, 37202, 37577, 37952, 40480, 40855, 41231, 44134, 44509
Offset: 1
Examples
The first palindromic date in DDMMYYYY format after 'Jan 01 1000' is A210886(1)=10011001 (= 'Jan 10 1001' = 'Jan 01 1000' + 374 days); The fourth palindromic date in DDMMYYYY format after 'Jan 01 1000' is A210886(4)=1011010=01011010 (= 'Jan 01 1010' = 'Jan 01 1000' + 3652 days); The 66th palindromic date in DDMMYYYY format after 'Jan 01 1000' is A210886(66)=21022012 (= 'Feb 21 2012' = 'Jan 01 1000' + 369676 days = 'Jan 1 2000' + 4434 days) The last (335th) palindromic date in DDMMYYYY format before the year 10000 is A210886(335)=29099092 (= 'Sep 29 9092' = 'Jan 01 1000' + 2955814 days).
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..335
- Index entries for sequences related to calendars
Formula
n-th number of days after 'Jan 01 2000' = a(61+n)-365242.
Comments