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!)
A060958 Gregorian Easter dates, starting after 2000-04-23, a(2000) = 54. 2

%I #17 Apr 04 2021 08:35:19

%S 46,31,51,42,27,47,39,23,43,35,55,39,31,51,36,27,47,32,52,43,35,48,40,

%T 31,51,36,28,47,32,52,44,28,48,40,25,44,36,56,41,32,52,37,29,48,40,25,

%U 45,36,49,41,33,52,37,29,49,33,53,45,30,49,41,26,46,37,29,42

%N Gregorian Easter dates, starting after 2000-04-23, a(2000) = 54.

%C Formulas may differ legitimately for years before 1583 (e.g., 1497).

%H Physikalisch-Technische Bundesanstalt, <a href="http://www.ptb.de/en/org/4/43/432/east.htm">Gauss's formula</a>

%H L. Huber, <a href="http://astro.nmsu.edu/~lhuber/leaphist.html">Oudin's formula</a>

%H H. Lichtenberg, <a href="http://dx.doi.org/10.1006/hmat.1997.2170">Zur Interpretation der Gauss-schen Osterformel und ihrer Ausnahmeregeln</a>, Historia Mathematica 24 (1997), pp. 441-444.

%H E. Weisstein, <a href="http://scienceworld.wolfram.com/astronomy/Easter.html">Easter</a>

%H <a href="/index/Ca#calendar">Index entries for sequences related to calendars</a>

%e a(2001) = 46 = 31 + 15 => 2001-04-15, a(2002) = 31 => 2002-03-31.

%e a(y) + 49 gives Whitsunday, i.e., a(y) - 12 in May or a(y) - 43 in June.

%o (Python)

%o from dateutil.easter import *

%o def a(n): return (easter(n).month-3)*31 + easter(n).day

%o print([a(n) for n in range(2001, 2067)]) # _Michael S. Branicky_, Apr 04 2021

%K nonn,easy

%O 2001,1

%A _Frank Ellermann_, May 10 2001

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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)