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.

A141325 a(n) = A000045(n) + A131531(n+3).

This page as a plain text file.
%I A141325 #18 Sep 08 2022 08:45:35
%S A141325 1,1,1,1,3,5,9,13,21,33,55,89,145,233,377,609,987,1597,2585,4181,6765,
%T A141325 10945,17711,28657,46369,75025,121393,196417,317811,514229,832041,
%U A141325 1346269,2178309,3524577,5702887,9227465,14930353,24157817,39088169
%N A141325 a(n) = A000045(n) + A131531(n+3).
%H A141325 Michael De Vlieger, <a href="/A141325/b141325.txt">Table of n, a(n) for n = 0..4786</a>
%H A141325 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,-1,1,1).
%F A141325 G.f.: (1-x^2+x^4)/((1+x)*(1-x+x^2)*(1-x-x^2)). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 12 2009
%t A141325 LinearRecurrence[{1,1,-1,1,1}, {1,1,1,1,3}, 40] (* _Jean-François Alcover_, Aug 16 2017 *)
%t A141325 Table[Fibonacci@ n + Boole[Mod[n, 3] == 0] - 2 Boole[Mod[n, 6] == 3], {n, 0, 40}] (* _Michael De Vlieger_, Aug 16 2017 *)
%o A141325 (PARI) my(x='x+O('x^40)); Vec((1-x^2+x^4)/((1+x^3)*(1-x-x^2))) \\ _G. C. Greubel_, Jun 11 2019
%o A141325 (Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( (1-x^2+x^4)/((1+x^3)*(1-x-x^2)) )); // _G. C. Greubel_, Jun 11 2019
%o A141325 (Sage) ((1-x^2+x^4)/((1+x^3)*(1-x-x^2))).series(x, 40).coefficients(x, sparse=False) # _G. C. Greubel_, Jun 11 2019
%Y A141325 Cf. A014437, A140096, A140413.
%K A141325 nonn,easy
%O A141325 0,5
%A A141325 _Paul Curtz_, Aug 03 2008
%E A141325 Definition corrected by _R. J. Mathar_, Sep 16 2009
%E A141325 More terms from _R. J. Mathar_, Sep 27 2009