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.

Showing 1-4 of 4 results.

A210890 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 (without the dots).

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, 1111, 11111, 11211, 11311, 11411, 11511, 11611, 11711
Offset: 1

Views

Author

Hieronymus Fischer, Apr 01 2012

Keywords

Comments

There are exactly 322 such palindromic dates between Mar 1 00 and Dec 31 99 (see b-file for the complete list).
See A210889 for the number of days after 'Mar 1 00' to get such a palindromic date.
The definition is different from A210892 in that the dates are considered as numbers.
Some numbers occur twice since the dates are not unique without the dots. For example, the number 11211 may represent the date 11.2.11 (Feb 11 11) or 1.12.11 (Dec 1 11). The complete list of such dates is 11.1.11, 11.2.11, 1.11.11, 1.12.11, 21.1.12, 21.2.12, 2.11.12, 2.12.12, 31.1.13 and 3.11.13 which correspond to the terms with n=31,32,41,43,45,46,55,57,59 and 65.

Examples

			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' + A210889(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' + A210889(10) days);
The 44th palindromic date in D.M.YY format after 'Jan 01 00' is a(44)=2112 (= '2.1.12' = 'Jan 2 12' = 'Mar 01 00' + A210889(44) days);
The last (322nd) palindromic date in D.M.YY format after 'Jan 01 00' is a(322)=9999 (= '9.9.99' = 'Sep 09 99' = 'Mar 01 00' + A210889(322) days).
		

Crossrefs

Formula

a(n) = DMYY_date('Mar 1 00' + A210889(n)).

A210891 Number of days after Mar 01 00 such that the date written in the format D.M.YY is palindromic.

Original entry on oeis.org

315, 346, 374, 405, 435, 466, 496, 527, 558, 619, 690, 721, 749, 780, 810, 841, 871, 902, 933, 994, 1065, 1124, 1155, 1185, 1216, 1246, 1277, 1308, 1369, 3968, 3999, 4027, 4058, 4088, 4119, 4149, 4180, 4211, 4272, 4343, 4374, 4403, 4434, 4464
Offset: 1

Views

Author

Hieronymus Fischer, Apr 01 2012

Keywords

Comments

There are exactly 214 such palindromic dates between Jan 1 00 and Dec 31 99 (see b-file for the complete list).
The definition is different from A210889/A210890 in that the palindrome property is evaluated including the dots.
See A210892 for the corresponding dates.
The reference date Mar 1 00 makes sense, since this definition results in a sequence which is independent from the leap year / non-leap year property of the reference year '00'.

Examples

			The first palindromic date in D.M.YY format after 'Jan 01 00' is A210892(1)=10101 (='10.1.01'= 'Jan 10 01' = 'Mar 01 00' + 315 days);
The 10th palindromic date in D.M.YY format after 'Jan  01 00' is A210892(10)=101101 (='10.11.01'= 'Nov 10 01' = 'Mar 01 00' + 619 days);
The 44th palindromic date in D.M.YY format after 'Mar 01 00' is A210892(44)=21512 (='21.5.12'= 'May 21 12' = 'Mar 01 00' + 4464 days);
The last (214th) palindromic date in D.M.YY format after 'Mar 01 00' is A210892(214)=291192 (='29.11.92'= 'Nov 29 92' = 'Mar 01 00' + 33876 days).
		

Crossrefs

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

Views

Author

Hieronymus Fischer, Apr 01 2012

Keywords

Comments

There are exactly 214 such palindromic dates between Jan 1 00 and Dec 31 99 (see b-file for the complete list).
See A210891 for the number of days after 'Mar 1 00' to get such a palindromic date.
The definition is different from A210889/A210890 in that the palindrome property is evaluated including the dots.
To get a real date from a term, insert a dot between the second and the third digit from the left and between the second and the third digit from the right.

Examples

			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).
		

Crossrefs

Formula

a(n)=DMYY_date('Mar 1 00' + A210891(n)).

A210888 Dates after Jan 01 00 in chronological order which are palindromic when they are written in the format DD.MM.YY. The terms are listed as numbers (without the dots). Leading zeros of the terms are suppressed.

Original entry on oeis.org

101101, 201102, 301103, 11110, 111111, 211112, 21120, 121121, 221122, 31130, 131131, 231132, 41140, 141141, 241142, 51150, 151151, 251152, 61160, 161161, 261162, 71170, 171171, 271172, 81180, 181181, 281182, 91190, 191191, 291192
Offset: 1

Views

Author

Hieronymus Fischer, Apr 01 2012

Keywords

Comments

There are exactly 30 such palindromic dates between Jan 1 00 and Dec 31 99 (see b-file for the complete list).
See A210887 for the number of days after 'Mar 1 00' to get such a palindromic date.

Examples

			The first palindromic date in DD.MM.YY format after 'Jan 01 00' is a(1)=101101 (='10.11.01' = 'Nov 10 01' = 'Mar 01 00' + A210887(1) days);
The sixth palindromic date in DD.MM.YY format after 'Jan 01 00' is a(6)=211112 (='21.11.12' = 'Nov 21 12' = 'Mar 01 00' + A210887(6) days).
The last (30th) palindromic date in DD.MM.YY format after 'Jan 01 00' is a(30)=291192 (='29.11.92' = 'Nov 29 92' = 'Mar 01 00' + A210887(30) days).
		

Crossrefs

Formula

a(n) = DDMMYY_date('Mar 1 00' + A210887(n)).
From Chai Wah Wu, Feb 03 2021: (Start)
a(n) = a(n-1) + a(n-3) - a(n-4) for n > 7.
G.f.: x*(100001*x^6 - 391094*x^3 + 100001*x^2 + 100001*x + 101101)/(x^4 - x^3 - x + 1). (End)
Showing 1-4 of 4 results.