login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A051121
Dates at fortnightly intervals starting on Jan 01 of a leap year in the Julian calendar.
4
1, 15, 29, 12, 26, 11, 25, 8, 22, 6, 20, 3, 17, 1, 15, 29, 12, 26, 9, 23, 7, 21, 4, 18, 2, 16, 30, 13, 27, 10, 24, 10, 24, 7, 21, 5, 19, 2, 16, 30, 14, 28, 11, 25, 8, 22, 6, 20, 3, 17, 1, 15, 29, 12, 26, 9, 23, 9, 23, 6, 20, 4, 18, 1, 15, 29, 13, 27, 10, 24, 7, 21, 5, 19, 2, 16, 30
OFFSET
1,2
COMMENTS
Periodic sequence with period 1461. - John Cerkan, Mar 26 2017
MATHEMATICA
(* First program no longer functions in current Mathematica versions *)
Needs["Calendar`"]
Table[ DaysPlus[{4, 1, 1}, 14 n][[3]], {n, 0, 76}] (* Robert G. Wilson v, Apr 18 2010 *)
Table[DateValue[DayPlus[{2009, 1}, 14 n, CalendarType->"Julian"], "Day"], {n, 0, 77}] (* Michael De Vlieger, Mar 26 2017, Version 10, after Giovanni Resta at A001356; amended, Ray Chandler, Aug 07 2023 *)
CROSSREFS
Cf. A001356.
Sequence in context: A163286 A022997 A256876 * A001356 A104811 A131877
KEYWORD
easy,nonn
AUTHOR
Karen Richardson (s1149414(AT)cedarville.edu)
EXTENSIONS
Name edited by Charles R Greathouse IV, Mar 27 2017
STATUS
approved