Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Jan 10 2023 16:42:01
%S 2002,2008,2013,2019,2030,2036,2041,2047,2058,2064,2069,2075,2086,
%T 2092,2097,2104,2109,2115,2126,2132,2137,2143,2154,2160,2165,2171,
%U 2182,2188,2193,2199,2205,2211,2222,2228,2233,2239,2250,2256,2261,2267,2278,2284
%N Years in which January first falls on a Tuesday (since 2001)
%t Select[Range[2001,2300],DayName[{#,1,1}]==Tuesday&] (* _Harvey P. Dale_, Jan 10 2023 *)
%Y A116369
%K nonn
%O 1,1
%A _Claudio Meller_, Jun 28 2009