Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059294
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059294 2-boustrophedon transform (defined in Maple code) applied to 1, 0, 0, 0, ... +0
5
1, 1, 1, 3, 13, 73, 505, 4143, 39313, 423401, 5101785, 67994611, 993048765, 15770916657, 270586214481, 4987678532991, 98297729816321, 2062591323728689, 45908909743929681, 1080350557160580163, 26800186367114537613, 698982753383076195897 (list; graph; listen)
OFFSET

0,4

MAPLE

TBOUS := proc(a) local c, i, j, n: 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 from 1 to n-1 do for j from 1 to i-1 do c[i, j] := c[i, j-1] + c[i-1, i-j] + c[i-1, i-j-1]; od; c[i, i] := c[i, i-1] + c[i-1, 0]; od; RETURN([seq(c[i, i], i=0..n-1)]); end:

CROSSREFS

Sequence in context: A063512 A132846 A000262 this_sequence A124468 A128196 A119013

Adjacent sequences: A059291 A059292 A059293 this_sequence A059295 A059296 A059297

KEYWORD

nonn

AUTHOR

njas, Jan 25 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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research