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.

A372242 a(n) = 10*Fibonacci(n) + (-1)^n.

This page as a plain text file.
%I A372242 #65 May 20 2024 10:29:03
%S A372242 1,9,11,19,31,49,81,129,211,339,551,889,1441,2329,3771,6099,9871,
%T A372242 15969,25841,41809,67651,109459,177111,286569,463681,750249,1213931,
%U A372242 1964179,3178111,5142289,8320401,13462689,21783091,35245779,57028871,92274649,149303521,241578169
%N A372242 a(n) = 10*Fibonacci(n) + (-1)^n.
%H A372242 Paolo Xausa, <a href="/A372242/b372242.txt">Table of n, a(n) for n = 0..1000</a>
%H A372242 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (0,2,1).
%F A372242 Floor(a(n+2)/10) = A052952(n).
%F A372242 a(n) = 1 + A153382(n).
%F A372242 a(n) = 2*A371843(n) - (-1)^n.
%F A372242 a(n) = A022093(n) + (-1)^n.
%F A372242 G.f.: -(9*x^2+9*x+1)/((x+1)*(x^2+x-1)).
%F A372242 a(0) = 1. a(n) = -a(n-1) + 10*A000045(n+1) for n >= 1.
%F A372242 a(n) = a(n-4) + (2*A280154(n-2) = 5*A022112(n-3) = 10*A000032(n-2)) for n >= 4.
%e A372242 a(0) = 10*0 + 1 =  1,
%e A372242 a(1) = 10*1 - 1 =  9,
%e A372242 a(2) = 10*1 + 1 = 11,
%e A372242 a(3) = 10*2 - 1 = 19.
%t A372242 LinearRecurrence[{0, 2, 1}, {1, 9, 11}, 50] (* _Paolo Xausa_, May 20 2024 *)
%Y A372242 Cf. A000045, A022093, A153382, A052952, A371843.
%Y A372242 Cf. A000032, A022112, A280154.
%K A372242 nonn,easy
%O A372242 0,2
%A A372242 _Paul Curtz_, Apr 23 2024