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

Table of n, a(n) for n=1..14.

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

Adjacent sequences: A167742 A167743 A167744 * A167746 A167747 A167748

KEYWORD

nonn

AUTHOR

Vladimir Joseph Stephan Orlovsky, Nov 10 2009

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 March 30 07:38 EDT 2023. Contains 361606 sequences. (Running on oeis4.)