Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103245
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103245 Triangle read by rows: T(n,k)=binomial(2n+1,n-k)fibonacci(2k+1), (0<=k<=n). +0
2
1, 3, 2, 10, 10, 5, 35, 42, 35, 13, 126, 168, 180, 117, 34, 462, 660, 825, 715, 374, 89, 1716, 2574, 3575, 3718, 2652, 1157, 233, 6435, 10010, 15015, 17745, 15470, 9345, 3495, 610, 24310, 38896, 61880, 80444, 80920, 60520, 31688, 10370, 1597, 92378 (list; table; graph; listen)
OFFSET

0,2

REFERENCES

S. G. Guba, Problem No. 174, Issue No. 4, JUly-August 1965, p. 73 of Matematika v Skole,

Problem H-77, The Fibonacci Quarterly, 5, No. 3, 1967, 256-258.

FORMULA

T(n, k)=binomial(2n+1, n-k)fibonacci(2k+1), (0<=k<=n).

EXAMPLE

Triangle begins:

1;

3,2;

10,10,5;

35,42,35,13;

126,168,180,117,34;

MAPLE

with(combinat): T:=(n, k)->binomial(2*n+1, n-k)*fibonacci(2*k+1): for n from 0 to 9 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Column 0 is A001700. Column 1 is A024483. T(n, n)=A001519(n) (the odd-subscripted Fibonacci numbers). Row sums are the powers of 5 (A000351). Alternating row sums yield A054108.

Sequence in context: A057977 A071653 A056861 this_sequence A019242 A064367 A113980

Adjacent sequences: A103242 A103243 A103244 this_sequence A103246 A103247 A103248

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 19 2005

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 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research