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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118508 Triangle read by rows: R(n,k)  = A002808(n) mod A002808(k), 0<k<=n. 2
0, 2, 0, 0, 2, 0, 1, 3, 1, 0, 2, 4, 2, 1, 0, 0, 0, 4, 3, 2, 0, 2, 2, 6, 5, 4, 2, 0, 3, 3, 7, 6, 5, 3, 1, 0, 0, 4, 0, 7, 6, 4, 2, 1, 0, 2, 0, 2, 0, 8, 6, 4, 3, 2, 0, 0, 2, 4, 2, 0, 8, 6, 5, 4, 2, 0, 1, 3, 5, 3, 1, 9, 7, 6, 5, 3, 1, 0, 2, 4, 6, 4, 2 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

MAPLE

A118508 := proc(n, k) A002808(n) mod A002808(k) ; end proc:

seq(seq(A118508(n, k), k=1..n), n=1..15) ; # R. J. Mathar, Nov 26 2010

CROSSREFS

Cf. A002808.

Sequence in context: A111775 A025844 A035461 * A029305 A110036 A086937

Adjacent sequences:  A118505 A118506 A118507 * A118509 A118510 A118511

KEYWORD

nonn,tabl

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Nov 26 2010

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 February 15 12:25 EST 2012. Contains 205786 sequences.