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!)
A295285 Numbers n such that for positive integers i, the union of sequences n+22i contains the positive roots of floor(tan(k)) = 1 (A293698). 1

%I #29 Mar 26 2018 21:01:05

%S 1,4,183,538,893,1248,1603,1958,2313,2668,3023,3378,3733,4088,4443,

%T 4798,5153,5508,5863,6218,6573,6928,225919,226274,226629,226984,

%U 227339,227694,228049,228404,228759,229114,229469,229824

%N Numbers n such that for positive integers i, the union of sequences n+22i contains the positive roots of floor(tan(k)) = 1 (A293698).

%C Each number n is the first term of the corresponding individual sequence n+22i, and the whole is union of these overlapping sequences. Due to periodicity, there is a single generating function (n-(n-22)*j)/(j-1)^2 for the sequences. However, the function does not provide predictive means for generating A293698, because also terms which are not the roots are generated. The roots appear in each n+22i as finite subsequences of given length, at given steps. There is, however slight but difficult or impossible to predict variability both in the length, which is either 37 or 36, and the step which is either 7810 or 7832. A293698 is union of these subsequences. - _V.J. Pohjola_, Feb 25 2018

%H V.J. Pohjola, <a href="/A295285/b295285.txt">Table of n, a(n) for n = 1..101</a>

%H V. J. Pohjola, <a href="https://palindromesdotblog.files.wordpress.com/2018/02/bigroots-1-3-a295285.pdf">Line plot for n=1..3</a>

%H V. J. Pohjola, <a href="https://palindromesdotblog.files.wordpress.com/2018/02/bigroots-1-100-a295285.pdf">Line plot for n=1..100</a>

%e For n = 1, i = 0..12, the terms 1, 23, 45, .., 265 are the roots.

%e For n = 4, i = 0..28, the terms 4, 26, 48, .., 620 are the roots.

%e For n = 183, i = 0..36, the terms 183, 205, 227, .., 975 are the roots.

%e For n = 1, i = 331..367, the terms 7283, 7305, 7327, .., 8075 are the roots.

%e For n = 4, i = 347..383, the terms 7638, 7660, 7682, .., 8430 are the roots.

%e For n = 183, i = 355..391, the terms 7993, 8015, 8037, .., 8785 are the roots.

%e The subsequences have the length of either 36 or 37 beyond the initial ranges 1+22i and 4+22i which are 13 and 29, respectively.

%t posroots6 = {}; Do[If[Floor[Tan[n]] == 1, AppendTo[posroots6, n]], {n, 0, 10^6}]

%t bigroots = {1}; posrootsi = {{1}}; Do[jj = {};

%t Do[lastb = Last[bigroots];

%t If[MemberQ[posroots6, lastb + 22*j], AppendTo[jj, j]], {j, 0, 10^4}];

%t posrootsi = Flatten[AppendTo[posrootsi, Table[lastb + 22*jj[[k]], {k, 1, Length[jj]}]]];

%t bigroot = First[Complement[posroots6, posrootsi]];

%t AppendTo[bigroots, bigroot], {i, 1, 100}]; bigroots

%Y Cf. A293698, A000503.

%K nonn

%O 1,2

%A _V.J. Pohjola_, Nov 19 2017

%E Name edited by _V.J. Pohjola_, Mar 15 2018

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 3 21:49 EDT 2024. Contains 372225 sequences. (Running on oeis4.)