cp's OEIS Frontend

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.

A010719 Period 2: repeat {5,8}.

This page as a plain text file.
%I A010719 #26 Dec 14 2023 06:05:35
%S A010719 5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,
%T A010719 5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,
%U A010719 5,8,5,8,5,8,5,8,5,8,5,8,5
%N A010719 Period 2: repeat {5,8}.
%C A010719 The inverse binomial transform is 5, 3, -6, 12, -24, 48, -96, 192, -384, 768, ... essentially A110164. - _R. J. Mathar_, Feb 25 2023
%H A010719 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,1).
%F A010719 a(n) = a(n-2) for n > 1; a(0) = 5, a(1) = 8. G.f.: (5+8*x)/((1-x)*(1+x)).  - _Vincenzo Librandi_, Aug 01 2010
%F A010719 a(n) = 3*(n mod 2) + 5. - _Wesley Ivan Hurt_, Jun 14 2014
%p A010719 A010719:=n->3*(n mod 2) + 5; seq(A010719(n), n=0..50); # _Wesley Ivan Hurt_, Jun 14 2014
%t A010719 Table[3 Mod[n, 2] + 5, {n, 0, 50}] (* _Wesley Ivan Hurt_, Jun 14 2014 *)
%o A010719 (Magma) [ 3*(n mod 2) + 5 : n in [0..50] ]; // _Wesley Ivan Hurt_, Jun 14 2014
%Y A010719 Cf. A176323.
%K A010719 nonn,easy
%O A010719 0,1
%A A010719 _N. J. A. Sloane_, Dec 11 1996