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
1, 2, 4, 5, 11, 13, 14, 17, 22, 23, 25, 26, 29, 31, 34, 38, 41, 43, 46, 47, 53, 59, 61, 62, 67, 71, 73, 74, 82, 83, 86, 89, 94, 101, 103, 106, 107, 109, 113, 118, 121, 122, 125, 127, 131, 134, 137, 142, 146, 149, 151, 155, 158, 163, 166, 167, 173, 175, 179, 181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
It seems that a(n) is asymptotic to c*n*log(log(n)) with 2.1 < c < 2.3.
MATHEMATICA
Select[Range[200], CoprimeQ[Fibonacci[#], Binomial[2*#, #]] &] (* Amiram Eldar, May 08 2022 *)
CROSSREFS
Sequence in context: A089409 A287269 A136988 * A292412 A113733 A294434
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 04 2002
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 September 16 23:59 EDT 2024. Contains 375984 sequences. (Running on oeis4.)