This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A210883 #22 Dec 16 2018 23:42:58 %S A210883 638,3652,4321,7335,8004,11016,14700,18382,22066,25748,29432,33115, %T A210883 37172,40186,40855,43869,44538,47550,51234,54916,58600,62282,65966, %U A210883 69649,73707,76721,77390,80404,81073,84085,87769,91451,95135,98817,102501,106184,110241 %N A210883 Number of days after Jan 01 1000 such that the date written in the ISO-8601-format YYYYMMDD is palindromic. %C A210883 There are exactly 331 palindromic dates between Jan 1 1000 and Dec 31 9999 (see b-file for the complete list). %C A210883 See A210884 for the corresponding dates. %C A210883 These are also the numbers of days after Jan 01 1000 such that the date written in the format MMDDYYYY is palindromic (see A210893). %C A210883 Because of the Gregorian Calendar Reform of 1582 these terms are fictitious, strictly speaking. They are valid only then, if we adopt the reform for dates before 1582, subsequently. To get the real number of days after 'Jan 1 1000' for years after 1582 subtract 5 from each term representing a date after 1582 (these are the terms with n higher than 43). The value 5 comes from the 10 skipped "Gregorian" dates between Oct 4 and Oct 15 1582 minus the 5 additional Julian leap days in the years 1000, 1100, 1300, 1400 and 1500 which are not Gregorian leap years. %C A210883 To determine the real number of days after 'Jan 01 2000' just subtract 365242 from each term. The first palindromic date after 'Jan 01 2000' is 20011002 which is the 44th term of the sequence A210884. The resulting number of days after 'Jan 01 2000' are 640, 3654, 4323, 7337, 8006, 11018, 14702, 18384, 22068, 25750, 29434, 33117, 37174, ... for the 44th, 45th, ... 56th ... palindromic dates (see A210884). %H A210883 Hieronymus Fischer, <a href="/A210883/b210883.txt">Table of n, a(n) for n = 1..331</a> %H A210883 <a href="/index/Ca#calendar">Index entries for sequences related to calendars</a> %F A210883 n-th number of days after 'Jan 01 2000' = a(43+n) - 365242. %e A210883 The first palindromic date in YYYYMMDD format after 'Jan 01 1000' is A210884(1)=10011001 (= 'Oct 01 1001' = 'Jan 01 1000' + 638 days); %e A210883 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). %e A210883 The last (331st) palindromic date in YYYYMMDD format before the year 10000 is A210884(331)=92900929 (= 'Sep 29 9290' = 'Jan 01 1000' + 3028132 days). %Y A210883 Cf. A210884 - A210895, A106605, A107273, A107275. %K A210883 nonn,base %O A210883 1,1 %A A210883 _Hieronymus Fischer_, Apr 01 2012