login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047930 Smallest Fibonacci number divisible by n. 2
1, 2, 3, 8, 5, 144, 21, 8, 144, 610, 55, 144, 13, 46368, 6765, 144, 34, 144, 2584, 832040, 21, 832040, 46368, 144, 75025, 10946, 14930352, 46368, 377, 1548008755920, 832040, 46368, 6765, 34, 102334155, 144, 4181, 2584, 317811 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..500

EXAMPLE

Fibonacci(12) = 144 is the first that is divisible by 6, so a(6)=144.

MATHEMATICA

With[{fibs=Fibonacci[Range[150]]}, Flatten[Table[Select[fibs, Divisible[ #, n]&, 1], {n, 60}]]] (* From Harvey P. Dale, Oct 20 2011 *)

CROSSREFS

Cf. A001177, A037943.

Sequence in context: A051696 A066570 A073656 * A073875 A160099 A093098

Adjacent sequences:  A047927 A047928 A047929 * A047931 A047932 A047933

KEYWORD

easy,nice,nonn

AUTHOR

J. Lowell (jhbubby(AT)avana.net)

EXTENSIONS

More terms from Patrick De Geest (pdg(AT)worldofnumbers.com), Jun 15 1999.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.