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
1, 1, 12, 1932, 3001, 414732, 100156812, 25800145932, 6922972387212, 538340717238107532, 154083590283523737612, 44652993791591388673932, 475400918060101145703001, 3858093084890921488916776332 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
f[n_]:=Fibonacci[n]/n; lst={}; Do[If[IntegerQ[f[n]], AppendTo[lst, f[n]]], {n, 6!}]; lst
CROSSREFS
A023172 [From Charles R Greathouse IV, Nov 12 2009]
Sequence in context: A104009 A261946 A015028 * A326601 A265216 A011920
KEYWORD
nonn
AUTHOR
STATUS
approved

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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)