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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047662 Square array a(n,k) read by antidiagonals: a(n,1)=n, a(1,k)=k, a(n,k)=a(n-1,k-1)+a(n-1,k)+a(n,k-1)+1. 7
1, 2, 2, 3, 6, 3, 4, 12, 12, 4, 5, 20, 31, 20, 5, 6, 30, 64, 64, 30, 6, 7, 42, 115, 160, 115, 42, 7, 8, 56, 188, 340, 340, 188, 56, 8, 9, 72, 287, 644, 841, 644, 287, 72, 9, 10, 90, 416, 1120, 1826, 1826, 1120, 416, 90, 10, 11, 110, 579, 1824, 3591 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

M. L. Fredman, The complexity of maintaining an array and its partial sums, J. Assoc. Comp. Machin., 29 (1982), 250-260.

FORMULA

a(n, k) =(A008288(n, k)-1)/2. Sum of antidiagonals is A048776.

MAPLE

A047662 := proc(n, k) option remember; if n = 1 then k; elif k = 1 then n; else A047662(n-1, k-1)+A047662(n, k-1)+A047662(n-1, k)+1; fi; end;

CROSSREFS

Rows give A037237, 4*A006007, A047661, A047663, A047664, main diagonal is A047665 (see also A001850).

Sequence in context: A190098 A125102 A003506 * A183474 A075196 A196912

Adjacent sequences:  A047659 A047660 A047661 * A047663 A047664 A047665

KEYWORD

nonn,tabl,nice,easy

AUTHOR

D. E. Knuth, 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 13 16:35 EST 2012. Contains 205523 sequences.