login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A224944 Non-leap years beginning and ending on Saturday. 6

%I #18 Jul 26 2023 17:41:37

%S 1583,1594,1605,1611,1622,1633,1639,1650,1661,1667,1678,1689,1695,

%T 1701,1707,1718,1729,1735,1746,1757,1763,1774,1785,1791,1803,1814,

%U 1825,1831,1842,1853,1859,1870,1881,1887,1898,1910,1921,1927,1938,1949,1955,1966,1977,1983,1994

%N Non-leap years beginning and ending on Saturday.

%C Gregorian calendar repeats after every 400 years because number of days in 400 years is 146097 which is a multiple of 7.

%C Non-century years are leap years if and only if they are multiples of 4 while century years are leap years if and only if they are multiples of 400.

%C 43 occurrences in 400 years.

%C Months having Friday the 13th: May.

%C 365 day ordinary year: 52 Sundays, 52 Mondays, 52 Tuesdays, 52 Wednesdays, 52 Thursdays, 52 Fridays, 53 Saturdays.

%H Time and Date, <a href="http://www.timeanddate.com/calendar/gregorian-calendar.html">The Gregorian calendar</a>

%H Time and Date, <a href="http://www.timeanddate.com/calendar/?year=2011">2011</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Gregorian_calendar">Gregorian calendar</a>

%H <a href="/index/Ca#calendar">Index entries for sequences related to calendars</a>

%H <a href="/index/Rec#order_44">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1).

%t Select[Range[1583, 2600], DayOfWeek[{#, 1, 1}, Calendar -> Gregorian] == Saturday && DaysBetween[{#, 1, 1}, {# + 1, 1, 1}, Calendar -> Gregorian] == 365 &, 50] (* _T. D. Noe_, Apr 22 2013 *)

%t Select[Range[1583,2500],!LeapYearQ[{#}]&&DayName[{#,1,1}]==DayName[{#,12,31}]==Saturday&] (* _Harvey P. Dale_, Aug 14 2022 *)

%Y Cf. A224938, A224939, A224940, A224941, A224942, A224943.

%K nonn

%O 1,1

%A _Aswini Vaidyanathan_, Apr 21 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)