Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A054250
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A054250 Triangular array given by Maple code below. +0
2
1, 1, 1, 1, 2, 3, 1, 3, 5, 8, 1, 4, 7, 12, 20, 1, 5, 9, 16, 28, 45, 1, 6, 11, 20, 36, 60, 95, 1, 7, 13, 24, 44, 75, 122, 191, 1, 8, 15, 28, 52, 90, 149, 238, 365, 1, 9, 17, 32, 60, 105, 176, 285, 444, 676, 1, 10, 19, 36, 68, 120, 203, 332, 523, 806, 1211 (list; table; graph; listen)
OFFSET

0,5

EXAMPLE

1; 1,1; 1,2,3; 1,3,5,8; 1,4,7,12,20; ...

MAPLE

A054250 := proc(n, k) option remember; local j; if k = 0 then RETURN(1) else add( (n-j+1)*A054250(j, k-j), j=1..min(n, k) ); fi; end;

CROSSREFS

Used in A001523.

Sequence in context: A099471 A121775 A127951 this_sequence A067337 A047973 A020501

Adjacent sequences: A054247 A054248 A054249 this_sequence A054251 A054252 A054253

KEYWORD

nonn,tabl,easy

AUTHOR

njas, May 06 2000

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research