login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074317 Deficient Fibonacci numbers. 0
1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 233, 377, 610, 987, 1597, 4181, 6765, 10946, 17711, 28657, 75025, 121393, 196418, 317811, 514229, 1346269, 2178309, 3524578, 5702887, 9227465, 24157817, 39088169, 63245986, 165580141, 433494437 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(9)=55 is a term because sum of aliquot divisors of 55( which is a fibonacci number)i.e. 1+5+11=17 is less than 55.

MATHEMATICA

DeficientQ[n_]:=DivisorSigma[1, n]<2n; a={}; Do[f=Fibonacci[n]; If[DeficientQ[f], AppendTo[a, f]], {n, 1, 10^2, 1}]; a (Vladimir Orlovsky, Jul 25 2008)

CROSSREFS

Sequence in context: A177372 A109609 A073958 * A077371 A077372 A147659

Adjacent sequences:  A074314 A074315 A074316 * A074318 A074319 A074320

KEYWORD

base,hard,nonn

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Sep 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 03:44 EST 2012. Contains 205860 sequences.