editing
approved
editing
approved
a(12) = 9 because the 12-th 12th Fibonacci number is 144 and 144 = 9*16.
approved
editing
editing
approved
(Haskell)
a060901 = a038500 . a000045 -- Reinhard Zumkeller, Feb 04 2015
Cf. A038500.
Reinhard Zumkeller, <a href="/A060901/b060901.txt">Table of n, a(n) for n = 1..1000</a>
approved
editing
proposed
approved
editing
proposed
If n is not divisible by 4 then a(n) = 1, if n = 4 * 3^k * m where m is not divisible by 3 then a(n) = 3^(k+1).
a(n) = A038500(A000045(n)). - Michel Marcus, Jul 30 2013
a(12) = 9 because the 12-th Fibonacci number is 144 and 144 = 9*16.
(PARI) a(n) = 3^valuation(fibonacci(n), 3) \\Michel Marcus, Jul 30 2013
approved
editing
Exact power of 3 that divides the n-th Fibonacci number (sequence A000045).
1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 27, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 27, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 9, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1
1,4
If n is not divisible by 4 then a(n) = 1, if n = 4 * 3^k * m where m is not divisible by 3 then a(n) = 3^(k+1)
a(12) = 9 because the 12-th Fibonacci number is 144 and 144 = 9*16
nonn,easy
Ahmed Fares (ahmedfares(AT)my-deja.com), May 05 2001
More terms from Larry Reeves (larryr(AT)acm.org), May 07 2001
approved