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!)
A083019 Number of common divisors of n and F(n) where F(n) denotes the n-th Fibonacci number. 1
1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 6, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 1, 8, 3, 1, 1, 1, 1, 4, 1, 1, 1, 1, 2, 9, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 10, 1, 3, 1, 1, 1, 2, 2, 2, 1, 1, 1, 12, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 12, 1, 1, 3, 1, 1, 2, 1, 2, 1, 1, 1, 6, 2, 1, 1, 1, 1, 4, 2, 1, 1, 1, 2, 12, 1, 1, 1, 3, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A000005(A104714(n)). - Amiram Eldar, Jun 09 2022
MATHEMATICA
Table[Length[Intersection[Divisors[n], Divisors[Fibonacci[n]]]], {n, 120}] (* Harvey P. Dale, Aug 24 2014 *)
a[n_] := DivisorSigma[0, GCD[n, Fibonacci[n]]]; Array[a, 100] (* Amiram Eldar, Oct 18 2019 *)
PROG
(PARI) a(n) = length(setintersect(divisors(n), divisors(fibonacci(n)))); \\ Michel Marcus, Dec 04 2013
CROSSREFS
Sequence in context: A236344 A333124 A274109 * A137865 A052494 A317756
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, May 31 2003
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 May 7 11:17 EDT 2024. Contains 372302 sequences. (Running on oeis4.)