|
Search: id:A074316
|
|
|
| A074316 |
|
Abundant Fibonacci numbers. |
|
+0 2
|
|
| 144, 2584, 46368, 832040, 14930352, 102334155, 267914296, 4807526976, 86267571272, 1548008755920, 498454011879264, 23416728348467685, 160500643816367088, 2880067194370816120, 51680708854858323072
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
a(1)=144 because sum of aliquot divisors of 144( which is a fibonacci number) is 1+2+3+4+6+8+9+12+16+18+24+36+48+72=259 which is more than 144, hence it is abundant. 144 is first abundant Fibonacci number.
|
|
MATHEMATICA
|
AbundantQ[n_]:=DivisorSigma[1, n]>2n; a={}; Do[f=Fibonacci[n]; If[AbundantQ[f], AppendTo[a, f]], {n, 1, 10^2, 1}]; a (Vladimir Orlovsky, Jul 25 2008)
|
|
CROSSREFS
|
Sequence in context: A008431 A121344 A075739 this_sequence A128989 A008376 A086985
Adjacent sequences: A074313 A074314 A074315 this_sequence A074317 A074318 A074319
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Shyam Sunder Gupta (guptass(AT)rediffmail.com), Sep 22 2002
|
|
|
Search completed in 0.002 seconds
|