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.

A287381 a(n) = a(n-1) + 2*a(n-2) - a(n-3), where a(0) = 2, a(1) = 4, a(2) = 7.

This page as a plain text file.
%I A287381 #10 Apr 07 2020 23:05:34
%S A287381 2,4,7,13,23,42,75,136,244,441,793,1431,2576,4645,8366,15080,27167,
%T A287381 48961,88215,158970,286439,516164,930072,1675961,3019941,5441791,
%U A287381 9805712,17669353,31838986,57371980,103380599,186285573,335674791,604865338,1089929347
%N A287381 a(n) = a(n-1) + 2*a(n-2) - a(n-3), where a(0) = 2, a(1) = 4, a(2) = 7.
%C A287381 Conjecture:  a(n) is the number of letters (0's and 1's) in the n-th iteration of the mapping 00->0010, 1->10, starting with 00; see A287931.
%H A287381 Clark Kimberling, <a href="/A287381/b287381.txt">Table of n, a(n) for n = 0..2000</a>
%H A287381 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1, 2, -1).
%F A287381 a(n) = a(n-1) + 2*a(n-2) - a(n-3), where a(0) = 2, a(1) = 4, a(2) = 7.
%F A287381 G.f.: (2 + 2*x - x^2)/(1 - x - 2*x^2 + x^3).
%t A287381 LinearRecurrence[{1, 2, -1}, {2, 4, 7}, 40]
%Y A287381 Cf. A287931, A078038 (signed version).
%K A287381 nonn,easy
%O A287381 0,1
%A A287381 _Clark Kimberling_, Jun 07 2017