This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A051121 #26 Aug 07 2023 01:17:53 %S A051121 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, %T A051121 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, %U A051121 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 %N A051121 Dates at fortnightly intervals starting on Jan 01 of a leap year in the Julian calendar. %C A051121 Periodic sequence with period 1461. - _John Cerkan_, Mar 26 2017 %H A051121 John Cerkan, <a href="/A051121/b051121.txt">Table of n, a(n) for n = 1..10000</a> %H A051121 <a href="/index/Ca#calendar">Index entries for sequences related to calendars</a> %t A051121 (* First program no longer functions in current Mathematica versions *) %t A051121 Needs["Calendar`"] %t A051121 Table[ DaysPlus[{4, 1, 1}, 14 n][[3]], {n, 0, 76}] (* _Robert G. Wilson v_, Apr 18 2010 *) %t A051121 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 *) %Y A051121 Cf. A001356. %K A051121 easy,nonn %O A051121 1,2 %A A051121 Karen Richardson (s1149414(AT)cedarville.edu) %E A051121 Name edited by _Charles R Greathouse IV_, Mar 27 2017