login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Years between consecutive Leap Days for Gregorian calendar.
1

%I #4 Jul 13 2012 16:13:12

%S 8,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8,4,4,4,4,4,4,4,4,4,

%T 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,

%U 4,4,4,4,4,8,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8,4,4,4,4,4,4,4

%N Years between consecutive Leap Days for Gregorian calendar.

%C There are 97 leap years per 400 years of the Gregorian calendar. To facilitate different search patterns, this period-97 sequence starts for a year such as 1804 (+ or - k*400). Starting this way, the runs of fours have lengths 23, 48, then 23, 23, 48, 23, 23, 48, .... The Gregorian calendar was decreed in 1582, so 1584, the next leap year, corresponds to a(45)=4; 1580 was a leap year in both the Julian and (proleptic) Gregorian calendars.

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

%F a(n+97) = a(n) for n >= 1.

%e a(1) = 8 as there are eight years between Leap Day of 1796 and the next Leap Day, which is in 1804. Century years such as 1800 not divisible by 400 are not leap years in the Gregorian calendar.

%K easy,nonn

%O 1,1

%A _Rick L. Shepherd_, Jul 28 2007