Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059430
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059430 Cumulative boustrophedon transform of 1, 1, 1, 1, ... +0
3
1, 2, 6, 26, 168, 1575, 20355, 347026, 7544974, 203740685, 6689616195, 262455558837, 12125816088194, 651621526430030, 40298978168771397, 2841833840854800621, 226670892373665762106, 20303920347033450136016, 2029489177032856597849714 (list; graph; listen)
OFFSET

0,2

FORMULA

See Maple code for precise description.

MAPLE

CBOUS2 := proc(a) option remember; local c, i, j, n, r: if whattype(a) <> list then RETURN([]); fi: n := min( nops(a), 60); for i from 0 to n-1 do c[i, 0] := a[i+1]; od; for i to n-1 do for j to i do c[i, j] := c[i, j-1] + add(c[i-1, i-r], r=1..j); od; od; RETURN([seq(c[i, i], i=0..n-1)]); end:

CROSSREFS

See the triangles in A059433 and A059434.

Sequence in context: A141713 A005272 A002449 this_sequence A086584 A032014 A112948

Adjacent sequences: A059427 A059428 A059429 this_sequence A059431 A059432 A059433

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 31 2001

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research