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!)
A141287 Years in which there are five Fridays in the month of February. 22

%I #21 Jul 26 2023 20:37:57

%S 1760,1788,1828,1856,1884,1924,1952,1980,2008,2036,2064,2092,2104,

%T 2132,2160,2188,2228,2256,2284,2324,2352,2380,2408,2436,2464,2492,

%U 2504,2532,2560,2588,2628,2656,2684,2724,2752,2780,2808,2836,2864,2892,2904,2932

%N Years in which there are five Fridays in the month of February.

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

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

%p A141287 := proc(n) nper := (n-1) mod 14 ; floor((n-1)/14)*400+op(1+nper ,[1760, 1788, 1828, 1856, 1884, 1924, 1952, 1980, 2008, 2036, 2064, 2092, 2104, 2132]) ; end proc: seq(A141287(n),n=1..80) ; # _R. J. Mathar_, Jan 25 2010

%t (* First do *) Needs["Calendar`"] (* then *) fQ[y_] := Mod[y, 4] == 0 && Mod[y, 400]!=0 && DayOfWeek[{y, 2, 1}] == Friday; Select[Range[1750, 3051], fQ@# &] (* _Robert G. Wilson v_, Jun 11 2010 *)

%t (* Second program, needing Mma version >= 9.0 *)

%t okQ[y_] := Mod[y, 4] == 0 && DayCount[{y, 1, 31}, DatePlus[{y, 3, 1}, -1], Friday] == 5;

%t Select[Range[1752, 3051, 4], okQ] (* _Jean-François Alcover_, Mar 27 2020 *)

%Y Cf. A119406 (Sun), A135795 (Mon), A143994 (Tue), A141039 (Wed), A143995 (Thu), A176478 (Sat).

%K nonn

%O 1,1

%A _J. Lowell_, Aug 01 2008

%E More terms using the 400-year periodicity of the Gregorian calendar by _R. J. Mathar_, Jan 25 2010

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 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)