Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078879
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078879 Triangle of T(n,k) = ceil(k^2/n), 0<k<n. +0
1
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; listen)
OFFSET

1,5

EXAMPLE

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

PROGRAM

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

CROSSREFS

Rows sums are in A014811.

Sequence in context: A104578 A064918 A067586 this_sequence A082859 A083537 A135830

Adjacent sequences: A078876 A078877 A078878 this_sequence A078880 A078881 A078882

KEYWORD

easy,nonn,tabl

AUTHOR

Michael Somos, Dec 13, 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research