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!)
A167745 Integer values of Fibonacci(n)/n. 2

%I #3 Mar 31 2012 12:38:27

%S 1,1,12,1932,3001,414732,100156812,25800145932,6922972387212,

%T 538340717238107532,154083590283523737612,44652993791591388673932,

%U 475400918060101145703001,3858093084890921488916776332

%N Integer values of Fibonacci(n)/n.

%t f[n_]:=Fibonacci[n]/n; lst={};Do[If[IntegerQ[f[n]],AppendTo[lst,f[n]]],{n,6!}];lst

%Y A023172 [From _Charles R Greathouse IV_, Nov 12 2009]

%K nonn

%O 1,3

%A _Vladimir Joseph Stephan Orlovsky_, Nov 10 2009

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 April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)