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

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

1,1

COMMENTS

See A194285.

LINKS

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

EXAMPLE

First eight rows:

2

2..2

2..2..2

2..2..2..2

2..2..2..2..2

1..2..3..2..2..2

2..2..3..1..3..1..2

2..2..2..2..2..2..2..2

MATHEMATICA

r = Sqrt[5];

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, 2n}]

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

Flatten[%]    (* A194302 *)

CROSSREFS

Cf. A194285.

Sequence in context: A067441 A044926 A074264 * A194294 A044927 A044928

Adjacent sequences:  A194299 A194300 A194301 * A194303 A194304 A194305

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 09:26 EDT 2013. Contains 225478 sequences.