Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A001410
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A001410 Sum of rows of triangle defined in A001404. +0
2
1, 2, 5, 12, 28, 65, 149, 341, 777, 1769, 4022, 9140, 20763, 47156, 107086, 243162, 552128, 1253640, 2846424, 6462827, 14673824, 33316766, 75645245, 171751292, 389958283, 885393129, 2010268490 (list; graph; listen)
OFFSET

0,2

COMMENT

Also, limit to which the reflected rows of A001404 converge. - Ralf Stephan, Oct 17 2004

MAPLE

a[ 0, 0 ] := 1; for i from 1 to N do a[ i, 0 ] := a[ i-1, 0 ]+a[ i-1, 1 ]; for j from 1 to i do a[ i, j ] := sum(a[ i-j, t ], t=0..min(j+1, N)) od; od; b[ n ] := sum(a[ n, i ], i=0..n);

CROSSREFS

Cf. A001404.

Adjacent sequences: A001407 A001408 A001409 this_sequence A001411 A001412 A001413

Sequence in context: A019301 A006980 A045623 this_sequence A019486 A019485 A018914

KEYWORD

nonn,easy

AUTHOR

njas

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research