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!)
A143994 Years in which there are five Tuesdays in the month of February. 8

%I #20 Jul 26 2023 20:32:07

%S 1752,1780,1820,1848,1876,1916,1944,1972,2000,2028,2056,2084,2124,

%T 2152,2180,2220,2248,2276,2316,2344,2372,2400,2428,2456,2484,2524,

%U 2552,2580,2620,2648,2676,2716,2744,2772,2800,2828,2856,2884,2924,2952,2980,3020,3048

%N Years in which there are five Tuesdays 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_14">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1).

%p A143994 := proc(n) nper := (n-1) mod 13 ; floor((n-1)/13)*400+op(1+nper , [1780, 1820, 1848, 1876, 1916, 1944, 1972, 2000, 2028, 2056, 2084, 2124, 2152] ) ; end proc: seq(A143994(n), n=1..80) ; # _R. J. Mathar_, Mar 29 2010

%t (* Needs Mma version >= 9.0 *)

%t okQ[y_] := LeapYearQ[{y}] && DayName[{y, 2, 1}] == Tuesday;

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

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

%K nonn

%O 1,1

%A _J. Lowell_, Sep 07 2008

%E More terms from _R. J. Mathar_, Mar 29 2010

%E a(1) = 1752 inserted by _Jean-François Alcover_, Mar 27 2020

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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)