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!)
A101883 Write four numbers, skip one, write four, skip two, write four, skip three... and so on. 3

%I #14 Aug 11 2016 05:48:12

%S 1,2,3,4,6,7,8,9,12,13,14,15,19,20,21,22,27,28,29,30,36,37,38,39,46,

%T 47,48,49,57,58,59,60,69,70,71,72,82,83,84,85,96,97,98,99,111,112,113,

%U 114,127,128,129,130,144,145,146,147,162,163,164,165,181,182,183,184,201

%N Write four numbers, skip one, write four, skip two, write four, skip three... and so on.

%C Union of A051936, A051936+1, A051936+2, and A051936+3. - _Ivan Neretin_, Aug 03 2016

%C First terms of the four repeated terms belong to A051936. - _Michael De Vlieger_, Aug 03 2016

%H Ivan Neretin, <a href="/A101883/b101883.txt">Table of n, a(n) for n = 1..10000</a>

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

%F G.f.: x*(1+x+x^2+x^3-x^5-x^6-x^7)/ ((1+x)^2 * (x^2+1)^2 * (1-x)^3). [Maksym Voznyy (voznyy(AT)mail.ru), Aug 11 2009; checked and corrected by _R. J. Mathar_, Sep 16 2009]

%t LinearRecurrence[{1,0,0,2,-2,0,0,-1,1},{1,2,3,4,6,7,8,9,12},80] (* or *) Rest[CoefficientList[Series[x*(1+x+x^2+x^3-x^5-x^6-x^7)/((1+x)^2(x^2+1)^2(1-x)^3),{x,0,80}],x]](* _Harvey P. Dale_, Jan 19 2016 *)

%t Table[Range[#, # + 3] &[n (n + 1)/2 - 9], {n, 4, 20}] // Flatten (* _Michael De Vlieger_, Aug 03 2016 *)

%Y Cf. A000217, A051936, A101881, A101882.

%K easy,nonn

%O 1,2

%A Candace Mills (scorpiocand(AT)yahoo.com), Dec 19 2004

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 March 28 21:54 EDT 2024. Contains 371254 sequences. (Running on oeis4.)