A210883
Number of days after Jan 01 1000 such that the date written in the ISO-8601-format YYYYMMDD is palindromic.
Original entry on oeis.org
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
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).
A210884
Dates after Jan 01 1000 which are palindromic when they are written according to the ISO-8601-format YYYYMMDD.
Original entry on oeis.org
10011001, 10100101, 10111101, 10200201, 10211201, 10300301, 10400401, 10500501, 10600601, 10700701, 10800801, 10900901, 11011011, 11100111, 11111111, 11200211, 11211211, 11300311, 11400411, 11500511, 11600611, 11700711, 11800811, 11900911, 12011021, 12100121, 12111121, 12200221, 12211221, 12300321, 12400421, 12500521, 12600621, 12700721, 12800821, 12900921
Offset: 1
The first palindromic date in YYYYMMDD format after 'Jan 01 1000' is a(1)=10011001 (= 'Oct 01 1001' = 'Jan 01 1000' + A210883(1) days);
The 47th palindromic date in YYYYMMDD format after 'Jan 01 1000' is a(47)=20200202 (= 'Feb 02 2020' = 'Jan 01 1000' + A210883(47) days).
The last (331st) palindromic date in YYYYMMDD format before the year 10000 is a(331)=92900929 (= 'Sep 29 9290' = 'Jan 01 1000' + A210883(331) days).
-
Select[StringDelete[#,"-"]&/@(DateString[#,"ISODate"]&/@DateRange[{1000,1,1},{9999,12,31}]),PalindromeQ]//ToExpression (* Harvey P. Dale, Dec 24 2023 *)
A210892
Dates after Jan 01 00 in chronological order which are palindromic when they are written in the format D.M.YY. The terms are listed as numbers. Leading zeros of the terms are suppressed.
Original entry on oeis.org
10101, 10201, 10301, 10401, 10501, 10601, 10701, 10801, 10901, 101101, 20102, 20202, 20302, 20402, 20502, 20602, 20702, 20802, 20902, 201102, 30103, 30303, 30403, 30503, 30603, 30703, 30803, 30903, 301103, 11111, 11211, 11311, 11411, 11511, 11611, 11711
Offset: 1
The first palindromic date in D.M.YY format after 'Jan 01 00' is a(1)=10101 (='10.1.01'= 'Jan, 10 01' = 'Mar 01 00' + A210891(1) days);
The 10th palindromic date in D.M.YY format after 'Jan 01 00' is a(10)=101101 (='10.11.01'= 'Nov 10 01' = 'Mar 01 00' + A210891(10) days);
The 44th palindromic date in D.M.YY format after 'Jan 01 00' is a(44)=21512 (='21.5.12'= 'May 21 12' = 'Mar 01 00' + A210891(44) days);
The last (214th) palindromic date in D.M.YY format after 'Jan 01 00' is a(214)=291192 (='29.11.92'= 'Nov 29 92' = 'Mar 01 00' + A210891(214) days).
A210894
Number of days after Mar 01 00 such that the date written the format MMDDYY (American standard, short) is palindromic.
Original entry on oeis.org
589, 600, 3603, 3614, 4272, 4283, 7255, 7297, 7955, 7966, 10967, 10978, 14651, 14662, 18333, 18344, 22017, 22028, 25699, 25710, 29383, 29394, 33066, 33077
Offset: 1
The first palindromic date in MMDDYY format after 'Jan 01 00' is A210895(1)=101101 (= 'Oct 11 01' = 'Mar 01 00' + 589 days);
The third palindromic date in MMDDYY format after 'Jan 01 00' is A210895(3)=11110=011110 (= 'Jan 11 01' = 'Mar 01 00' + 3603 days);
The 10th palindromic date in MMDDYY format after 'Jan 01 00' is A210895(10)=122221 (= 'Dec 22 21' = 'Mar 01 00' + 7966 days).
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).
Showing 1-4 of 4 results.
Comments