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.

A060013 New record highs reached in A060000.

This page as a plain text file.
%I A060013 #23 Jul 25 2024 19:09:07
%S A060013 1,2,3,5,9,15,27,51,99,195,387,771,1539,3075,6147,12291,24579,49155,
%T A060013 98307,196611,393219,786435,1572867,3145731,6291459,12582915,25165827,
%U A060013 50331651,100663299,201326595,402653187,805306371,1610612739,3221225475,6442450947,12884901891
%N A060013 New record highs reached in A060000.
%H A060013 Harvey P. Dale, <a href="/A060013/b060013.txt">Table of n, a(n) for n = 1..1000</a>
%H A060013 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (3,-2).
%F A060013 For n>4: a(n) = 2*a(n-1)-3. For n>3: a(n) = 3*2^(n-3)+3 = 3*A000051(n-3) = A007283(n-3)+3.
%F A060013 a(n+1) = A060000(a(n)+1), a(1) = 1. - _Reinhard Zumkeller_, Mar 04 2008
%F A060013 G.f.: -x*(x^2-x+1)*(2*x^3+2*x^2-1) / ((x-1)*(2*x-1)). - _Colin Barker_, Jan 12 2013
%F A060013 E.g.f.: (144*exp(x) + 9*exp(2*x) - 153 - 114*x - 42*x^2 - 12*x^3 - 2*x^4)/48. - _Stefano Spezia_, Jul 25 2024
%t A060013 h = f = {1, 2}; a = 1; b = 2; Do[ g = Sort[ h ]; If[ g[ [ -1 ] ] + 1 == n, c = a + b, k = 1; While[ g[ [ k ] ] == k, k++ ]; c = k ]; a = b; b = c; h = Append[ h, c ]; If[ c > g[ [ -1 ] ], f = Append[ f, c ] ], { n, 3, 10^4 } ]; f
%t A060013 LinearRecurrence[{3,-2},{1,2,3,5,9,15},40] (* _Harvey P. Dale_, Dec 12 2018 *)
%Y A060013 Cf. A000051, A060000.
%K A060013 nonn,easy
%O A060013 1,2
%A A060013 _Robert G. Wilson v_, Mar 15 2001
%E A060013 Formulae and more terms from _Henry Bottomley_ and Larry Reeves (larryr(AT)acm.org), Mar 19 2001