login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073450 Triangle T(j,k) = remainder of Fibonacci(j) divided by Fibonacci(k), for 3 < j and 2 < k < j. 0
1, 1, 2, 0, 2, 3, 1, 1, 3, 5, 1, 0, 1, 5, 8, 0, 1, 4, 2, 8, 13, 1, 1, 0, 7, 3, 13, 21, 1, 2, 4, 1, 11, 5, 21, 34, 0, 0, 4, 0, 1, 18, 8, 34, 55, 1, 2, 3, 1, 12, 2, 29, 13, 55, 89, 1, 2, 2, 1, 0, 20, 3, 47, 21, 89, 144, 0, 1, 0, 2, 12, 1, 32, 5, 76, 34, 144, 233, 1, 0, 2, 3, 12, 0, 1, 52, 8, 123 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

The zero values T(j,1) and T(j,2) have been omitted, so the first row consists of T(4,3). - A072523(n) = sum(T(n,k), k = 3, ..., n-1) for n > 3.

EXAMPLE

a(0) = Fibonacci(4) mod Fibonacci(3) = 3 mod 2 = 1; a(2) = Fibonacci(5) mod Fibonacci(4) = 5 mod 3 = 2.

PROG

(PARI) for(j=4, 16, for(k=3, j-1, print1(fibonacci(j)%fibonacci(k), ", ")))

CROSSREFS

Cf. A072523.

Sequence in context: A194547 A049581 A114327 * A071447 A063514 A082490

Adjacent sequences:  A073447 A073448 A073449 * A073451 A073452 A073453

KEYWORD

easy,nonn,tabl

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 01 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 16:05 EST 2012. Contains 205522 sequences.