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.

This page as a plain text file.
%I A037943 #8 Jan 08 2017 17:24:48
%S A037943 1,1,1,2,1,24,3,1,16,61,5,12,1,3312,451,9,2,8,136,41602,1,37820,2016,
%T A037943 6,3001,421,552976,1656,13,51600291864,26840,1449,205,1,2923833,4,113,
%U A037943 68,8149,20801,165,1104,16311831,18910,34400194576,1008,21,3,4609212933
%N A037943 Smallest Fibonacci number that has n as a factor, divided by n.
%H A037943 Alois P. Heinz, <a href="/A037943/b037943.txt">Table of n, a(n) for n = 1..1000</a>
%F A037943 a(n) = F(A001177(n))/n.
%F A037943 a(n) = A047930(n)/n. - _Alois P. Heinz_, Jan 08 2017
%e A037943 Fibonacci(12) = 144 is the first that is divisible by 6, so a(6)=144/6=24.
%Y A037943 Cf. A000045, A001177, A047930.
%K A037943 easy,nonn
%O A037943 1,4
%A A037943 _Marc LeBrun_