| 80, 84, 88, 96, 100, 108, 132, 138, 156, 184, 189, 196, 222, 232, 243, 248, 250, 255, 268, 272, 273, 284, 286, 295, 318, 325, 328, 333, 357, 370, 402, 406, 412, 418, 426, 435, 477, 498, 534, 539, 556, 559, 561, 591, 602, 603, 604, 628, 629, 637, 639, 678
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Blair Kelly, Fibonacci and Lucas Factorizations.
|
|
EXAMPLE
|
a(1)=80 because 80th fibonacci number(i.e. 23416728348467685) consists of 9 distinct prime factors (i.e. 3 x 5 x 7 x 11 x 41 x 47 x 1601 x 2161 x 3041
)
|
|
PROGRAM
|
(PARI) n=1; while(n<335, if(omega(fibonacci(n))==9, print1(n, ", ")); n++)
|
|
CROSSREFS
|
Sequence in context: A107930 A033400 A126783 this_sequence A069086 A119482 A054983
Adjacent sequences: A114833 A114834 A114835 this_sequence A114837 A114838 A114839
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 19 2006
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Apr 26 2006
|
|