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!)
A216876 20k^2-20k-5 interleaved with 20k^2+5 for k=>0. 7

%I #42 Sep 08 2022 08:46:03

%S -5,5,-5,25,35,85,115,185,235,325,395,505,595,725,835,985,1115,1285,

%T 1435,1625,1795,2005,2195,2425,2635,2885,3115,3385,3635,3925,4195,

%U 4505,4795,5125,5435,5785,6115,6485,6835,7225,7595,8005,8395,8825,9235,9685

%N 20k^2-20k-5 interleaved with 20k^2+5 for k=>0.

%C The sequence (the second in the family) is present as a family of single interleaved sequence of which are separated or factored out of the larger sequence to give individual sequences. The larger sequence produces two smaller interleaved sequences where one of them has the formula above and a first interleaved sequence. There are a total of two sequences in this family.

%H Eddie Gutierrez <a href="http://www.oddwheel.com/square_sequencesV.html">New Interleaved Sequences Part E</a> on oddwheel.com, Section B1 Line No. 25 (square_sequencesV.html), Part E.

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

%F Contribution from _Bruno Berselli_, Sep 27 2012: (Start)

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

%F a(n) = (5/2)*(2*n*(n-2)-3*(-1)^n+1).

%F a(n) = 5*A214345(n-3) with A214345(-3)=-1, A214345(-2)=1, A214345(-1)=-1. (End)

%t Flatten[Table[{20*n^2 - 20*n - 5, 20*n^2 + 5}, {n, 0, 30}]] (* _T. D. Noe_, Sep 26 2012 *)

%o (Magma) &cat[[20*k^2-20*k-5, 20*k^2+5]: k in [0..22]]; // _Bruno Berselli_, Sep 27 2012

%o (PARI) vector(60,n,k=(n-1)\2;if(n%2,20*k^2-20*k-5,20*k^2+5)) \\ _Charles R Greathouse IV_, Sep 27 2012

%o (Maxima) A216876(n):=(5/2)*(2*n*(n-2)-3*(-1)^n+1)$

%o makelist(A216876(n),n,0,30); /* _Martin Ettl_, Nov 01 2012 */

%Y Cf. A178218, A214345, A214493, A214393, A214405, A216871.

%K sign,easy

%O 0,1

%A _Eddie Gutierrez_, Sep 18 2012

%E More terms from _T. D. Noe_, Sep 26 2012

%E Definition rewritten by _Bruno Berselli_, Oct 25 2012

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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)