|
Search: id:A074698
|
|
|
| A074698 |
|
Numbers n such that n divides the number of divisors of F(n), the n-th Fibonacci number. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Are all numbers of the form 2^k*24, 2^k*64 k>=0, in the sequence ?
|
|
MAPLE
|
with(combinat): with(numtheory): a:=proc(n) if type(tau(fibonacci(n))/n, integer)=true then n else fi end: seq(a(n), n=1..200); (Deutsch)
|
|
CROSSREFS
|
Sequence in context: A098427 A105651 A105779 this_sequence A050497 A008606 A141767
Adjacent sequences: A074695 A074696 A074697 this_sequence A074699 A074700 A074701
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 03 2002
|
|
EXTENSIONS
|
256 from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 30 2006
|
|
|
Search completed in 0.002 seconds
|