cp's OEIS Frontend

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.

A210894 Number of days after Mar 01 00 such that the date written the format MMDDYY (American standard, short) is palindromic.

This page as a plain text file.
%I A210894 #13 Mar 17 2018 04:07:37
%S A210894 589,600,3603,3614,4272,4283,7255,7297,7955,7966,10967,10978,14651,
%T A210894 14662,18333,18344,22017,22028,25699,25710,29383,29394,33066,33077
%N A210894 Number of days after Mar 01 00 such that the date written the format MMDDYY (American standard, short) is palindromic.
%C A210894 There are exactly 24 such palindromic dates between Jan 1 00 and Dec 31 99 (see b-file for the complete list).
%C A210894 See A210895 for the corresponding dates.
%C A210894 The reference date Mar 1 00 makes sense, since this result in a sequence which is independent from the leap year / non-leap year property of the reference year '00'.
%H A210894 Hieronymus Fischer, <a href="/A210894/b210894.txt">Table of n, a(n) for n = 1..24</a>
%e A210894 The first palindromic date in MMDDYY format after 'Jan 01 00' is A210895(1)=101101 (= 'Oct 11 01' = 'Mar 01 00' + 589 days);
%e A210894 The third palindromic date in MMDDYY format after 'Jan 01 00' is A210895(3)=11110=011110 (= 'Jan 11 01' = 'Mar 01 00' + 3603 days);
%e A210894 The 10th palindromic date in MMDDYY format after 'Jan 01 00' is A210895(10)=122221 (= 'Dec 22 21' = 'Mar 01 00' + 7966 days).
%e A210894 The last (24th) palindromic date in MMDDYY format after 'Jan 01 00' is A210895(24)=92290=092290 (= 'Sep 22 90' = 'Mar 01 00' + 33077 days).
%Y A210894 Cf. A210883 - A210893, A210895, A106605, A107273, A107275.
%K A210894 nonn,base
%O A210894 1,1
%A A210894 _Hieronymus Fischer_, Apr 01 2012