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!)
A057349 Leap years in the Hebrew Calendar starting in year 1 (3761 BCE). The leap year has an extra-month. 6

%I #46 Dec 08 2022 16:43:03

%S 3,6,8,11,14,17,19,22,25,27,30,33,36,38,41,44,46,49,52,55,57,60,63,65,

%T 68,71,74,76,79,82,84,87,90,93,95,98,101,103,106,109,112,114,117,120,

%U 122,125,128,131,133,136,139,141,144,147,150,152,155,158,160,163,166

%N Leap years in the Hebrew Calendar starting in year 1 (3761 BCE). The leap year has an extra-month.

%C A Hebrew year approximates a solar year with 12 and 7/19 lunar months (or 19 years with 235 months, the 19-year Metonic cycle).

%C Also numbers m such that (1 + 7*m) mod 19 < 7.

%D N. Dershowitz and E. M. Reingold, Calendrical Calculations, Cambridge University Press, 1997.

%H Robinson Meyer, <a href="https://www.theatlantic.com/science/archive/2019/04/why-dont-easter-and-passover-always-line/587572/">The Ancient Math That Sets the Date of Easter and Passover: Why don't the two holidays always coincide?</a>, The Atlantic, April 19, 2019.

%H <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,0,0,1,-1).

%F a(n) = floor((19*n + 5)/7).

%F a(n) = A083033(n) + n + 2. - _Ralf Stephan_, Feb 24 2004

%F a(n) = A083089(n+1) + n. - _Robert B Fowler_, Dec 07 2022

%F G.f.: x*(2*x^6 + 3*x^5 + 3*x^4 + 3*x^3 + 2*x^2 + 3*x + 3)/((x - 1)^2*(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)). - _Colin Barker_, Jul 02 2012

%t LinearRecurrence[{1, 0, 0, 0, 0, 0, 1, -1}, {3, 6, 8, 11, 14, 17, 19, 22}, 70] (* _Harvey P. Dale_, Jan 18 2015 *)

%t Floor[(19Range[70] + 5)/7] (* _Alonso del Arte_, Apr 21 2019 *)

%o (PARI) a(n)=(19*n+5)\7 \\ _Charles R Greathouse IV_, Dec 07 2011

%Y Cf. A008685, Hebrew month pattern A057350, A057347.

%Y Cf. A350458 (JDN of Tishri 1 each year starting with year 1).

%Y Cf. A083033 (Dorian musical scale), A083089 (Lydian musical scale).

%K nonn,easy

%O 1,1

%A _Mitch Harris_

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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)