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

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

1,5

COMMENTS

See A194285.

LINKS

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

EXAMPLE

First nine rows:

1

1..1

0..2..1

0..2..0..2

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

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

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

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

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

MATHEMATICA

r = Sqrt[6];

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[%]    (* A194313 *)

CROSSREFS

Cf. A194285.

Sequence in context: A129134 A133693 A065675 * A127476 A140397 A120614

Adjacent sequences:  A194310 A194311 A194312 * A194314 A194315 A194316

KEYWORD

nonn,tabl

AUTHOR

Clark Kimberling, Aug 21 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 21 15:35 EDT 2013. Contains 225504 sequences.