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!)
A191109 a(1)=1, and if x is a term then 3x-1 and 3x+2 are terms too. 2

%I #15 Jul 29 2021 07:25:26

%S 1,2,5,8,14,17,23,26,41,44,50,53,68,71,77,80,122,125,131,134,149,152,

%T 158,161,203,206,212,215,230,233,239,242,365,368,374,377,392,395,401,

%U 404,446,449,455,458,473,476,482,485,608,611,617,620,635,638,644,647,689,692,698,701,716,719,725,728,1094,1097,1103,1106,1121

%N a(1)=1, and if x is a term then 3x-1 and 3x+2 are terms too.

%C See discussions at A190803, A191106.

%C The positive integers in (1+A191109)/3 comprise A153775, a proper subsequence of A191109.

%C The positive integers in (-2+A191109)/3 comprise A032924, a proper subsequence of A191109.

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

%H Juha Honkala, <a href="http://www.acadsci.fi/mathematica/Vol14/vol14pp149-156.pdf">On number systems with negative digits</a>, Annales Academiae Scientiarum Fennicae, Series A. I. Mathematica, Vol. 14, 1989, pp. 149-156.

%t h = 3; i = -1; j = 3; k = 2; f = 1; g = 7;

%t a = Union[Flatten[NestList[{h # + i, j # + k} &, f, g]]] (* 191109 *)

%t b = (a + 1)/3; c = (a - 2)/3; r = Range[1, 900];

%t d = Intersection[b, r] (* A153775 *)

%t e = Intersection[c, r] (* A032924 *)

%t Nest[Flatten[{#,3#-1,3#+2}]&,1,10]//Union (* _Harvey P. Dale_, Apr 05 2020 *)

%Y Cf. A190803, A191106, A153775, A032924.

%K nonn

%O 1,2

%A _Clark Kimberling_, May 26 2011

%E Name edited by _Michel Marcus_, Jul 29 2021

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