|
Search: id:A060442
|
|
|
| A060442 |
|
Triangle T(n,k), n >= 0, in which n-th row (for n >= 3) lists prime factors of Fibonacci(n) (see A000045), without repetition. |
|
+0 2
|
|
| 0, 1, 1, 2, 3, 5, 2, 13, 3, 7, 2, 17, 5, 11, 89, 2, 3, 233, 13, 29, 2, 5, 61, 3, 7, 47, 1597, 2, 17, 19, 37, 113, 3, 5, 11, 41, 2, 13, 421, 89, 199, 28657, 2, 3, 7, 23, 5, 3001, 233, 521, 2, 17, 53, 109, 3, 13, 29, 281, 514229, 2, 5, 11, 31, 61, 557, 2417, 3, 7, 47, 2207, 2, 89
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
Rows have irregular lengths.
|
|
LINKS
|
T. D. Noe, Rows n=0..1000 of triangle, flattened (using Blair Kelly's data)
Blair Kelly, Fibonacci and Lucas Factorizations
|
|
EXAMPLE
|
0; 1; 1; 2; 3; 5; 2; 13; 3,7; 2,17; ...
|
|
MAPLE
|
with(numtheory): with(combinat): for i from 3 to 50 do for j from 1 to nops(ifactors(fibonacci(i))[2]) do printf(`%d, `, ifactors(fibonacci(i))[2][j][1]) od: od:
|
|
CROSSREFS
|
A000045, A060441.
For n>2, the length of row n is A022307(n).
Sequence in context: A102867 A139044 A060383 this_sequence A060385 A080648 A113195
Adjacent sequences: A060439 A060440 A060441 this_sequence A060443 A060444 A060445
|
|
KEYWORD
|
nonn,tabf,easy
|
|
AUTHOR
|
njas, Apr 07 2001
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu), Apr 09 2001
|
|
|
Search completed in 0.002 seconds
|