A118661 Day of the month in which the Jewish New Year occurs in the Gregorian year n.
24, 14, 2, 22, 10, 30, 20, 9, 26, 16, 4, 23, 12, 2, 21, 9, 28, 17, 7, 25, 13, 3, 23, 11, 29, 19, 9, 27, 15, 5, 23, 12, 1, 21, 10, 28, 17, 6, 26, 14, 3, 22, 12, 30, 18, 8, 26, 15, 4, 24, 12, 1, 20, 10, 28, 17, 6, 26, 15, 3, 22, 11, 29, 19, 7, 27, 15, 5, 23, 13, 1, 20, 9, 27, 17, 6, 25, 13
Offset: 1900
Keywords
Examples
In 1997 the Jewish New Year occurred on October 2nd, so a(1997)=2
Links
- Jean-François Alcover, Table of n, a(n) for n = 1900..2100
- Index entries for sequences related to calendars
Crossrefs
Cf. A118662.
Programs
-
Mathematica
Needs["Calendar`"]; Table[{n, JewishNewYear[n] // Last}, {n, 1900, 2100}] (* Jean-François Alcover, Nov 06 2016 *)
Extensions
Corrected by Hans Havermann, Sep 25 2006