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!)
A074725 Numbers k such that F(k) and C(2k,k) are relatively prime, where F(k) is the k-th Fibonacci number (A000045(k)). 1

%I #12 May 08 2022 08:47:29

%S 1,2,4,5,11,13,14,17,22,23,25,26,29,31,34,38,41,43,46,47,53,59,61,62,

%T 67,71,73,74,82,83,86,89,94,101,103,106,107,109,113,118,121,122,125,

%U 127,131,134,137,142,146,149,151,155,158,163,166,167,173,175,179,181

%N Numbers k such that F(k) and C(2k,k) are relatively prime, where F(k) is the k-th Fibonacci number (A000045(k)).

%H Amiram Eldar, <a href="/A074725/b074725.txt">Table of n, a(n) for n = 1..10000</a>

%H Amiram Eldar, <a href="/A074725/a074725.jpg">Plot of a(n)/(n*log(log(n))) for n = 3..100000</a>

%F It seems that a(n) is asymptotic to c*n*log(log(n)) with 2.1 < c < 2.3.

%t Select[Range[200], CoprimeQ[Fibonacci[#], Binomial[2*#, #]] &] (* _Amiram Eldar_, May 08 2022 *)

%Y Cf. A000045, A000984.

%K nonn

%O 1,2

%A _Benoit Cloitre_, Sep 04 2002

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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)