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.

A059133 A hierarchical sequence (S(W2{2}c) - see A059126).

This page as a plain text file.
%I A059133 #26 Jul 02 2023 15:52:44
%S A059133 4,18,52,126,280,594,1228,2502,5056,10170,20404,40878,81832,163746,
%T A059133 327580,655254,1310608,2621322,5242756,10485630,20971384,41942898,
%U A059133 83885932,167772006,335544160,671088474,1342177108,2684354382,5368708936,10737418050,21474836284,42949672758,85899345712
%N A059133 A hierarchical sequence (S(W2{2}c) - see A059126).
%H A059133 J. Wallgren, <a href="/A059126/a059126.txt">Hierarchical sequences</a>
%H A059133 Charlie Neder, <a href="/A059133/a059133.txt">Python program for computing A059133 and other S() sequences</a>
%H A059133 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (4, -5, 2).
%F A059133 Conjectures from _Colin Barker_, Oct 07 2015: (Start)
%F A059133 a(n) = 4*(-4+5*2^n)-6*n.
%F A059133 a(n) = 4*a(n-1)-5*a(n-2)+2*a(n-3) for n>2.
%F A059133 G.f.: -2*(x+2) / ((x-1)^2*(2*x-1)).
%F A059133 (End)
%F A059133 From _Charlie Neder_, Sep 15 2018: (Start)
%F A059133 a(1) is the sum of the first phrase, (1,2,1).
%F A059133 W2{2}c can be generated by starting with (1,2,1) as W(1) and repeatedly applying W(n) = W(n-1) + (2n-1,2n,2n-1) + W(n-1), which implies a(n) = 2*a(n-1) + 6n - 2, from which the formulas follow. (End)
%F A059133 a(n) = 2*A213387(n+2). - _R. J. Mathar_, Apr 13 2019
%K A059133 easy,nonn
%O A059133 0,1
%A A059133 _Jonas Wallgren_, Jan 19 2001
%E A059133 More terms via the rational g.f. - _R. J. Mathar_, Apr 13 2019