Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073450
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073450 Triangle T(j,k) = remainder of Fibonacci(j) divided by Fibonacci(k), for 3 < j and 2 < k < j. +0
1
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; listen)
OFFSET

0,3

COMMENT

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.

PROGRAM

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

CROSSREFS

Cf. A072523.

Sequence in context: A105805 A049581 A114327 this_sequence A071447 A063514 A082490

Adjacent sequences: A073447 A073448 A073449 this_sequence A073451 A073452 A073453

KEYWORD

easy,nonn,tabl

AUTHOR

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

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 September 5 19:27 EDT 2008. Contains 143485 sequences.


AT&T Labs Research