Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159864
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159864 Difference array of Fibonacci numbers A000045 read by antidiagonals. +0
1
0, 1, 1, 1, 0, -1, 2, 1, 1, 2, 3, 1, 0, -1, -3, 5, 2, 1, 1, 2, 5, 8, 3, 1, 0, -1, -3, -8, 13, 5, 2, 1, 1, 2, 5, 13, 21, 8, 3, 1, 0, -1, -3, -8, -21, 34, 13, 5, 2, 1, 1, 2, 5, 13, 34, 55, 21, 8, 3, 1, 0, -1, -3, -8, -21, 55 (list; table; graph; listen)
OFFSET

0,7

FORMULA

Conjecture row sums: sum_{k=0..n} T(2n,k)=0. sum_{k=0..n} T(2n+1,k) = A025169(n). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 29 2009]

EXAMPLE

Triangle begins : 0 ; 1,1 ; 1,0,-1 ; 2,1,1,2 ; 3,1,0,-1,-3 ; ...

MAPLE

A159864Q := proc(n, k) option remember; if n = 0 then combinat[fibonacci](k) ; else procname(n-1, k+1) -procname(n-1, k) ; fi; end: A159864 := proc(n, k) A159864Q(k, n-k) ; end: for n from 0 to 5 do for k from 0 to n do printf("%d, ", A159864(n, k)) ; od: od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 29 2009]

CROSSREFS

Sequence in context: A114551 A166967 A136256 this_sequence A144790 A090996 A089309

Adjacent sequences: A159861 A159862 A159863 this_sequence A159865 A159866 A159867

KEYWORD

easy,sign,tabl

AUTHOR

Philippe DELEHAM (koltoko(AT)wanadoo.fr), Apr 24 2009

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 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research