A162243 Years in which January first falls on a Saturday (since 2001).
2005, 2011, 2022, 2028, 2033, 2039, 2050, 2056, 2061, 2067, 2078, 2084, 2089, 2095, 2101, 2107, 2118, 2124, 2129, 2135, 2146, 2152, 2157, 2163, 2174, 2180, 2185, 2191, 2203, 2214, 2220, 2225, 2231, 2242, 2248, 2253, 2259, 2270, 2276
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000 (Assuming no calendar format changes through the year 9144.)
Crossrefs
Cf. A116369.
Programs
-
Mathematica
Select[Table[{y,1,1},{y,2001,2300}],DayName[#]==Saturday&][[;;,1]] (* Harvey P. Dale, Jul 07 2024 *)