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!)
A131098 Partial sums of A151798. 10

%I #44 Jan 03 2023 12:46:41

%S 1,3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,

%T 95,99,103,107,111,115,119,123,127,131,135,139,143,147,151,155,159,

%U 163,167,171,175,179,183,187,191,195,199,203,207,211,215,219,223,227,231,235,239

%N Partial sums of A151798.

%C 1 together with A004767. - _Omar E. Pol_, Feb 23 2014

%H Vincenzo Librandi, <a href="/A131098/b131098.txt">Table of n, a(n) for n = 1..1000</a>

%H David Applegate, <a href="/A139250/a139250.anim.html">The movie version</a>

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

%F a(1) = 1, a(n) = 4*n - 5 for n >= 2. - _Jaroslav Krizek_, Aug 15 2009

%F G.f.: x*(x+2*x^2+1)/(x-1)^2. - _R. J. Mathar_, Dec 08 2010

%e g.f. = x + 3*x^2 + 7*x^3 + 11*x^4 + 15*x^5 + 19*x^6 + 23*x^7 + 27*x^8 + ...

%t CoefficientList[Series[(x + 2 x^2 + 1)/(x - 1)^2, {x, 0, 80}], x] (* _Vincenzo Librandi_, Feb 25 2014 *)

%t LinearRecurrence[{2,-1},{1,3,7},70] (* _Harvey P. Dale_, Jan 03 2023 *)

%o (Magma) I:=[1,3,7]; [n le 3 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..70]]; // _Vincenzo Librandi_, Feb 25 2014

%o (PARI) A131098(n)=abs(4*n-5) \\ _M. F. Hasler_, Apr 27 2018

%Y Cf. A151798, A004767.

%K nonn,easy

%O 1,2

%A _Hans Isdahl_, Sep 24 2007

%E Edited by _N. J. A. Sloane_, Jun 29 2009

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 28 11:56 EDT 2024. Contains 372913 sequences. (Running on oeis4.)