cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060901 Exact power of 3 that divides the n-th Fibonacci number (sequence A000045).

Original entry on oeis.org

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
Offset: 1

Views

Author

Ahmed Fares (ahmedfares(AT)my-deja.com), May 05 2001

Keywords

Examples

			a(12) = 9 because the 12th Fibonacci number is 144 and 144 = 9*16.
		

Crossrefs

Programs

Formula

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

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), May 07 2001