|
Search: id:A101944
|
|
|
| A101944 |
|
Number of months in a 400-year cycle that have the thirteenth day of the month fall on the n-th day of the week, beginning with Sunday. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Friday the thirteenth appears more often than any other day.
|
|
REFERENCES
|
Alfred S. Posamentier, Math Charmers, Tantalizing Tidbits for the Mind, Prometheus Books, NY, 2003, page 230.
|
|
LINKS
|
E. G. Richards, Mapping Time, The Calendar and its History, Oxford University Press, Great Clarendon Street, Oxford OX2 6DP, Reprinted 1999 (with corrections).
Index entries for sequences related to calendars
|
|
MATHEMATICA
|
(* first do *) Needs["Miscellaneous`Calendar`"] (* then *) t = Flatten[ Table[ DayOfWeek[{y, m, 13}], {y, 2000, 2399}, {m, 12}]]; d = Table[ DayOfWeek[{2006, 1, d}], {d, 1, 7}]; Table[ Count[t, d[[n]]], {n, 1, 7}]
|
|
CROSSREFS
|
Sequence in context: A022050 A107514 A116219 this_sequence A045150 A057116 A025355
Adjacent sequences: A101941 A101942 A101943 this_sequence A101945 A101946 A101947
|
|
KEYWORD
|
fini,full,nonn,dumb
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 28 2005
|
|
|
Search completed in 0.002 seconds
|