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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078879 Triangle of T(n,k) = ceil(k^2/n), 0<k<n. 0
0, 1, 0, 1, 2, 0, 1, 1, 3, 0, 1, 1, 2, 4, 0, 1, 1, 2, 3, 5, 0, 1, 1, 2, 3, 4, 6, 0, 1, 1, 2, 2, 4, 5, 7, 0, 1, 1, 1, 2, 3, 4, 6, 8, 0, 1, 1, 1, 2, 3, 4, 5, 7, 9, 0, 1, 1, 1, 2, 3, 4, 5, 6, 8, 10, 0, 1, 1, 1, 2, 3, 3, 5, 6, 7, 9, 11, 0, 1, 1, 1, 2, 2, 3, 4, 5, 7, 8, 10, 12, 0, 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 9, 11 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,5

EXAMPLE

0; 1,0; 1,2,0; 1,1,3,0; 1,1,2,4,0; ...

PROG

(PARI) T(n, k)=if(n<1|k>=n, 0, ceil(k^2/n))

CROSSREFS

Rows sums are in A014811.

Sequence in context: A064918 A176079 A067586 * A082859 A083537 A135830

Adjacent sequences:  A078876 A078877 A078878 * A078880 A078881 A078882

KEYWORD

easy,nonn,tabl

AUTHOR

Michael Somos, Dec 13, 2002

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 16 16:51 EST 2012. Contains 205938 sequences.