login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194329 Triangular array:  g(n,k)=number of fractional parts (i*r) in interval [(k-1)/n, k/n], for 1<=i<=n, 1<=k<=n, r=2-sqrt(3). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 1, 1, 1, 1, 2, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 2, 0, 1, 1, 1, 1, 1, 2, 1, 1, 0, 2, 0, 1, 1, 1, 1, 1, 1, 2, 0, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 1, 1, 1, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,12

COMMENTS

See A194285.

LINKS

Table of n, a(n) for n=1..100.

EXAMPLE

First eleven rows:

1

1..1

1..1..1

1..1..1..1

1..2..1..0..1

1..1..1..2..1..0

1..1..1..1..1..1..1

1..1..2..0..2..0..1..1

1..1..1..2..1..1..0..2..0

1..1..1..1..1..1..2..0..2..0

1..1..1..1..1..1..1..1..1..1..1

MATHEMATICA

r = 2-Sqrt[3];

f[n_, k_, i_] := If[(k - 1)/n <= FractionalPart[i*r] < k/n, 1, 0]

g[n_, k_] := Sum[f[n, k, i], {i, 1, n}]

TableForm[Table[g[n, k], {n, 1, 14}, {k, 1, n}]]

Flatten[%]    (* A194329 *)

CROSSREFS

Cf. A194285.

Sequence in context: A100544 A130654 A053259 * A143842 A092876 A187360

Adjacent sequences:  A194326 A194327 A194328 * A194330 A194331 A194332

KEYWORD

nonn,tabl

AUTHOR

Clark Kimberling, Aug 22 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 10:28 EDT 2013. Contains 225429 sequences.