login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074724 Highest power of 3 dividing F(4n) where F(k) is the k-th Fibonacci number. 1
3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 81, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 81, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3, 243, 3, 3, 9, 3, 3, 9, 3, 3, 27, 3, 3, 9, 3, 3, 9, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If m == 1, 2 or 3 (mod 4) then F(m) is not divisible by 3.
LINKS
FORMULA
If k == 1 or 2 (mod 3) then a(3^m*k) = 3^(m+1) for m>=0.
a(n) = A038500(A033888(n)). - Amiram Eldar, May 13 2022
a(n) = 3^A051064(n) (conjectured). - Michel Marcus, May 17 2022
Conjecture: a(n) = (sigma(3*n) - sigma(n))/(sigma(3*n) - 3*sigma(n)), where sigma(n) = A000203(n). Equivalently, a(n) = A088838(n) - A074724(n). - Peter Bala, Jun 10 2022
MATHEMATICA
Table[3^IntegerExponent[Fibonacci[4n], 3], {n, 100}] (* Harvey P. Dale, Jun 03 2012 *)
PROG
(PARI) a(n) = 3^valuation(fibonacci(4*n), 3); \\ Michel Marcus, May 13 2022
CROSSREFS
Sequence in context: A353616 A225074 A127795 * A109932 A071909 A134662
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 04 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 4 09:26 EDT 2024. Contains 372238 sequences. (Running on oeis4.)