|
| |
|
|
A141039
|
|
Years in which there are five Wednesdays in the month of February.
|
|
6
| |
|
|
1764, 1792, 1832, 1860, 1888, 1928, 1956, 1984, 2012, 2040, 2068, 2096, 2136, 2164, 2192, 2232, 2260, 2288, 2328, 2356, 2384, 2412, 2440, 2468, 2496, 2536, 2564, 2592, 2632, 2660, 2688, 2728, 2756, 2784, 2812, 2840, 2868, 2896, 2936, 2964, 2992, 3032
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MAPLE
| A141039 := proc(n) nper := (n-1) mod 13 ; floor((n-1)/13)*400+op(1+nper , [1764, 1792, 1832, 1860, 1888, 1928, 1956, 1984, 2012, 2040, 2068, 2096, 2136] ) ; end proc: seq(A141039(n), n=1..80) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 29 2010]
|
|
|
MATHEMATICA
| (* First do *) Needs["Calendar`"] (* then *) fQ[y_] := Mod[y, 4] == 0 && Mod[y, 400]!=0 && DayOfWeek[{y, 2, 1}] == Wednesday; Select[Range[1750, 3051], fQ@# &] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 11 2010]
|
|
|
CROSSREFS
| Cf. A119406 (Sundays), A135795 (Mondays).
Cf. A143994, A143995, A141287 [From J. Lowell (jhbubby(AT)mindspring.com), Oct 06 2008]
Sequence in context: A031802 A020419 A141287 * A205731 A151769 A165678
Adjacent sequences: A141036 A141037 A141038 * A141040 A141041 A141042
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| J. Lowell (jhbubby(AT)mindspring.com), Jul 30 2008
|
|
|
EXTENSIONS
| More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 29 2010
|
| |
|
|