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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079522 Diagonal of triangular array in A079520. 3
0, 1, 3, 10, 31, 105, 343, 1198, 4056, 14506, 50350, 183284, 647809, 2390121, 8564543, 31933830, 115664164, 434920398, 1588917802, 6016012236, 22134533070, 84289034154, 31195709067 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

D. Merlini, R. Sprugnoli and M. C. Verri, The tennis ball problem, J. Combin. Theory, A 99 (2002), 307-344 (Fig. A.3).

MAPLE

F := proc(t) (1-4*t^2-(1+2*t)*sqrt(1-4*t)-(1-2*t)*sqrt(1+4*t)+sqrt(1-16*t^2))/4/t^3 ; end: d := proc(t) 1+t*F(t) ; end: C := proc(t) (1-sqrt(1-4*t))/2/t ; end: A079521 := proc(h, r) d(t)*t^(r+1)*(C(t))^(r+3) ; expand(%) ; coeftayl(%, t=0, h) ; end: A079522 := proc(n) A079521(n, 0) ; end: for n from 0 do printf("%d\n", A079522(n)) ; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 20 2009]

CROSSREFS

Also diagonal of triangular array in A079521.

Sequence in context: A017934 A005510 A005725 * A024426 A034016 A001403

Adjacent sequences:  A079519 A079520 A079521 * A079523 A079524 A079525

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 22 2003

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 20 2009

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 05:51 EST 2012. Contains 205860 sequences.