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.

A037943 Smallest Fibonacci number that has n as a factor, divided by n.

Original entry on oeis.org

1, 1, 1, 2, 1, 24, 3, 1, 16, 61, 5, 12, 1, 3312, 451, 9, 2, 8, 136, 41602, 1, 37820, 2016, 6, 3001, 421, 552976, 1656, 13, 51600291864, 26840, 1449, 205, 1, 2923833, 4, 113, 68, 8149, 20801, 165, 1104, 16311831, 18910, 34400194576, 1008, 21, 3, 4609212933
Offset: 1

Views

Author

Keywords

Examples

			Fibonacci(12) = 144 is the first that is divisible by 6, so a(6)=144/6=24.
		

Crossrefs

Formula

a(n) = F(A001177(n))/n.
a(n) = A047930(n)/n. - Alois P. Heinz, Jan 08 2017