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!)
A190435 Positions of 3 in A190431. 12

%I #7 Apr 06 2018 22:25:12

%S 3,8,11,16,21,24,29,37,42,45,50,55,58,63,71,76,79,84,92,97,100,105,

%T 110,113,118,126,131,134,139,144,147,152,155,160,165,168,173,181,186,

%U 189,194,199,202,207,215,220,223,228,236,241,244,249,254,257,262,270,275,278,283,288,291,296,304,309,312,317,325,330,333,338,343

%N Positions of 3 in A190431.

%C See A190431.

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

%t r = GoldenRatio; b = 3; 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}] (* A190431 *)

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

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

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

%t Flatten[Position[t, 3]] (* A190435 *)

%Y Cf. A190431.

%K nonn

%O 1,1

%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 September 7 21:14 EDT 2024. Contains 375749 sequences. (Running on oeis4.)