A210883 Number of days after Jan 01 1000 such that the date written in the ISO-8601-format YYYYMMDD is palindromic.
638, 3652, 4321, 7335, 8004, 11016, 14700, 18382, 22066, 25748, 29432, 33115, 37172, 40186, 40855, 43869, 44538, 47550, 51234, 54916, 58600, 62282, 65966, 69649, 73707, 76721, 77390, 80404, 81073, 84085, 87769, 91451, 95135, 98817, 102501, 106184, 110241
Offset: 1
Examples
The first palindromic date in YYYYMMDD format after 'Jan 01 1000' is A210884(1)=10011001 (= 'Oct 01 1001' = 'Jan 01 1000' + 638 days); The 47th palindromic date in YYYYMMDD format after 'Jan 01 1000' is A210884(47)=20200202 (= 'Feb 02 2020' = 'Jan 01 1000' + 372579 days = 'Jan 01 2000' + 7337 days). The last (331st) palindromic date in YYYYMMDD format before the year 10000 is A210884(331)=92900929 (= 'Sep 29 9290' = 'Jan 01 1000' + 3028132 days).
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..331
- Index entries for sequences related to calendars
Formula
n-th number of days after 'Jan 01 2000' = a(43+n) - 365242.
Comments