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!)
A139095 Fibonacci numbers whose sum of proper divisors is also a Fibonacci number. 2
1, 1, 2, 3, 5, 13, 89, 233, 1597, 28657, 514229, 433494437, 2971215073, 99194853094755497, 1066340417491710595814572169, 19134702400093278081449423917 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Fibonacci numbers k such that A001065(k) is a Fibonacci number.
A001065(a(n)) is a Fibonacci number.
Certainly this contains 1 and the terms of A005478. Does it contain any other terms? - R. J. Mathar, Sep 17 2009
The next term, Fibonacci(359) = 4.754...*10^74, is too large to include in the data section. There are no composite Fibonacci numbers below A000045(1423) in this sequence. - Amiram Eldar, Mar 11 2024
LINKS
MAPLE
isA000045 := proc(n) local i, f ; for i from 0 do f := combinat[fibonacci](i) ; if f = n then RETURN(true) ; elif f > n then RETURN(false) ; fi ; od; end: A001065 := proc(n) numtheory[sigma](n)-n ; end: isA139095 := proc(n) RETURN( isA000045(n) and isA000045(A001065(n)) ) ; end: for i from 1 to 230 do if isA139095(combinat[fibonacci](i)) then printf("%d, ", combinat[fibonacci](i)) ; fi ; od: # R. J. Mathar, May 22 2008
CROSSREFS
Sequence in context: A074691 A139589 A152114 * A005478 A117740 A041047
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 11 2008
EXTENSIONS
More terms from R. J. Mathar, May 22 2008
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 April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)