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!)
A117730 Numbers for which the largest proper divisor is a Fibonacci number. 1

%I #12 Jul 16 2022 07:27:48

%S 2,3,4,5,6,7,9,10,11,13,15,16,17,19,23,25,26,29,31,37,39,41,42,43,47,

%T 53,59,61,63,65,67,68,71,73,79,83,89,91,97,101,103,107,109,110,113,

%U 127,131,137,139,143,149,151,157,163,165,167,169,173,178,179,181,191,193,197,199,211,223,227,229

%N Numbers for which the largest proper divisor is a Fibonacci number.

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

%e 275 is in the sequence because the largest proper divisor is 55 and 55 is a Fibonacci number.

%t fibs=Fibonacci[Range[25]]; Select[Range[2,500], MemberQ[fibs,Last[Most[Divisors[#]]]]&] (* _Harvey P. Dale_, Dec 20 2010 *)

%Y Cf. A000040, A000045, A032742.

%K nonn

%O 1,1

%A Luc Stevens (lms022(AT)yahoo.com), Apr 13 2006

%E Corrected and additional terms provided by _Harvey P. Dale_, Dec 20 2010

%E Offset corrected by _Amiram Eldar_, Jul 16 2022

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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)