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!)
A190429 Positions of 1 in A190427. 4

%I #10 Apr 09 2018 02:55:52

%S 1,2,4,7,9,12,14,15,17,20,22,23,25,27,28,30,33,35,36,38,41,43,44,46,

%T 48,49,51,54,56,57,59,62,64,67,69,70,72,75,77,78,80,82,83,85,88,90,91,

%U 93,96,98,101,103,104,106,109,111,112,114,117,119,122,124,125,127,130,132,133,135,137,138,140,143,145,146,148,151,153,156,158

%N Positions of 1 in A190427.

%C See A190427.

%H G. C. Greubel, <a href="/A190429/b190429.txt">Table of n, a(n) for n = 1..10000</a>

%t r = GoldenRatio; b = 2; c = 1;

%t f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];

%t t = Table[f[n], {n, 1, 320}] (* A190427 *)

%t Flatten[Position[t, 0]] (* A190428 *)

%t Flatten[Position[t, 1]] (* A190429 *)

%t Flatten[Position[t, 2]] (* A190430 *)

%Y Cf. A190427, A190428, A190430.

%K nonn

%O 1,2

%A _Clark Kimberling_, May 10 2011

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)