The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A271114 Expansion of (1+x)*(2+x)/(1-x)^2. 2

%I #33 Mar 11 2024 01:45:32

%S 2,7,13,19,25,31,37,43,49,55,61,67,73,79,85,91,97,103,109,115,121,127,

%T 133,139,145,151,157,163,169,175,181,187,193,199,205,211,217,223,229,

%U 235,241,247,253,259,265,271,277,283,289,295,301,307,313,319,325

%N Expansion of (1+x)*(2+x)/(1-x)^2.

%H Colin Barker, <a href="/A271114/b271114.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).

%F G.f.: (1+x)*(2+x)/(1-x)^2.

%F a(n) = A270700(n)/6.

%F a(n) = 6*n+1 = A016921(n) for n>0.

%F a(n) = 2*a(n-1)-a(n-2) for n>2.

%F E.g.f.: 1 + (1+6*x)*exp(x). - _G. C. Greubel_, Mar 31 2016

%F From _Bruno Berselli_ and _G. C. Greubel_, Mar 31 2016: (Start)

%F a(5*m+1) = 30*m + 7 = A132231(m+1).

%F a(5*m+2) = 30*m + 13 = A082369(m+1).

%F a(5*m+3) = 30*m + 19 = A156376(m).

%F a(5*m+4) = 30*m + 25 = 5*A016969(m).

%F a(5*m+5) = 30*m + 31 = A128470(m+1). (End)

%F a(n) = A100764(n+3) for n >= 1. - _Georg Fischer_, Oct 30 2018

%t Join[{2}, LinearRecurrence[{2, -1}, {7, 13}, 100]] (* _G. C. Greubel_, Mar 31 2016 *)

%o (PARI) Vec((1+x)*(2+x)/(1-x)^2 + O(x^70))

%Y Cf. A016921, A270700.

%Y Cf. A016969, A082369, A100764, A128470, A132231, A156376.

%K nonn,easy

%O 0,1

%A _Colin Barker_, Mar 31 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 31 20:13 EDT 2024. Contains 373003 sequences. (Running on oeis4.)