The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A079506 Numbers k with gcd(2^k-1, Fibonacci(k)) > 1 and not divisible by 2 or 11. Odd members of A074776 not divisible by 11. 4
261, 305, 333, 377, 525, 651, 753, 783, 895, 915, 999, 1131, 1305, 1475, 1525, 1575, 1665, 1827, 1885, 1953, 2135, 2235, 2259, 2265, 2283, 2319, 2331, 2349, 2515, 2601, 2625, 2639, 2685, 2743, 2745, 2867, 2921, 2975, 2997, 3255, 3393, 3549, 3675, 3765 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Example: gcd(2^261-1, Fibonacci(261)) = 2089 and 11 does not divide 261, so 261 is in the sequence.
MATHEMATICA
Select[2*Range[2000]-1, !Divisible[#, 11] && !CoprimeQ[2^# - 1, Fibonacci[#]] &] (* Amiram Eldar, May 14 2022 *)
PROG
(PARI) for(k=1, 5000, if(gcd(2^k-1, fibonacci(k))>1, if(k%2, if(k%11, print1(k", ")))))
CROSSREFS
Sequence in context: A345559 A345814 A131062 * A028527 A014569 A063364
KEYWORD
nonn
AUTHOR
Ralf Stephan, Jan 21 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 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)