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.

A167745 Integer values of Fibonacci(n)/n.

This page as a plain text file.
%I A167745 #5 Mar 02 2025 18:54:57
%S A167745 1,1,12,1932,3001,414732,100156812,25800145932,6922972387212,
%T A167745 538340717238107532,154083590283523737612,44652993791591388673932,
%U A167745 475400918060101145703001,3858093084890921488916776332
%N A167745 Integer values of Fibonacci(n)/n.
%t A167745 f[n_]:=Fibonacci[n]/n; lst={};Do[If[IntegerQ[f[n]],AppendTo[lst,f[n]]],{n,6!}];lst
%t A167745 Select[Table[Fibonacci[n]/n,{n,200}],IntegerQ] (* _Harvey P. Dale_, Mar 02 2025 *)
%Y A167745 A023172 [From _Charles R Greathouse IV_, Nov 12 2009]
%K A167745 nonn
%O A167745 1,3
%A A167745 _Vladimir Joseph Stephan Orlovsky_, Nov 10 2009