A097105 Gregorian years containing two Islamic New Year Days.
640, 672, 705, 738, 770, 803, 835, 868, 900, 933, 966, 998, 1031, 1063, 1096, 1129, 1161, 1194, 1226, 1259, 1291, 1324, 1357, 1389, 1422, 1454, 1487, 1520, 1552, 1585, 1617, 1650, 1682, 1715, 1748, 1780, 1813, 1845, 1878, 1911, 1943, 1976, 2008, 2041
Offset: 1
Keywords
Examples
1396-1-1 A.H. = 1976-01-03 C.E. 1397-1-1 A.H. = 1976-12-23 C.E. therefore 1976 is listed. (Corrected by _Robert B Fowler_, Mar 03 2022)
Links
- John Walker, Calendar Converter (Warning: as of 12/7/2022, the first leap years in the 30-year Islamic cycle are listed as 1, 5, 7, ..., but are actually 2, 5, 7, ...; the calendar calculations, however, are correct. - _Robert B Fowler_, Dec 08 2022)
Crossrefs
Cf. A350539.
Formula
I(i) = chronological Julian Day Number (JDN) of New Year day of Islamic year i
= 1948086 + floor((10631*i+3)/30) (see A350539)
G(g) = JDN of New Year day of Gregorian year g+1 (not year g)
= 1721426 + floor(1461*g/4) - floor(g/100) + floor(g/400)
initialize values: i=1, g=621, n=0
repeat forever:
increment: i = i+1, g = g+1
IF I(i) < G(g) THEN n = n+1, a(n) = g, i = i+1 - Robert B Fowler, Dec 06 2022
Extensions
New name by Robert B Fowler, Mar 03 2022
Comments