| 70, 81, 104, 105, 136, 148, 152, 164, 182, 186, 195, 207, 212, 244, 246, 254, 259, 289, 291, 292, 298, 305, 319, 326, 332, 344, 365, 367, 403, 404, 423, 445, 447, 451, 458, 478, 489, 511, 517, 519, 526, 533, 537, 543, 554, 565, 566, 597, 605, 679, 681, 685
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Blair Kelly, Fibonacci and Lucas Factorizations.
|
|
EXAMPLE
|
a(1)=70 because 70th fibonacci number consists of 7 distinct prime factors (i.e. 190392490709135 = 5 x 11 x 13 x 29 x 71 x 911 x 141961)
|
|
PROGRAM
|
(PARI) n=1; while(n<310, if(omega(fibonacci(n))==7, print1(n, ", ")); n++)
|
|
CROSSREFS
|
Sequence in context: A129352 A078291 A118216 this_sequence A036191 A136117 A007621
Adjacent sequences: A114835 A114836 A114837 this_sequence A114839 A114840 A114841
|
|
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
|
|