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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010783 Triangle of numbers [ n/(n-k) ]. 3
1, 1, 2, 1, 1, 3, 1, 1, 2, 4, 1, 1, 1, 2, 5, 1, 1, 1, 2, 3, 6, 1, 1, 1, 1, 2, 3, 7, 1, 1, 1, 1, 2, 2, 4, 8, 1, 1, 1, 1, 1, 2, 3, 4, 9, 1, 1, 1, 1, 1, 2, 2, 3, 5, 10, 1, 1, 1, 1, 1, 1, 2, 2, 3, 5, 11, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 6, 12 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Alois P. Heinz, Table of n, a(n) for n = 1..10011

MAPLE

T:= (n, k)-> floor(n/(n-k)):

seq (seq (T(n, k), k=0..n-1), n=1..15); # Alois P. Heinz, Jul 15 2011

CROSSREFS

Sequence in context: A055169 A205131 A175892 * A083312 A032435 A117502

Adjacent sequences:  A010780 A010781 A010782 * A010784 A010785 A010786

KEYWORD

nonn,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 13:45 EST 2012. Contains 205806 sequences.