|
| |
|
|
A114825
|
|
Indices of Fibonacci numbers with 11 distinct prime factors.
|
|
0
| |
|
|
140, 144, 150, 160, 162, 190, 204, 208, 230, 234, 261, 285, 306, 310, 345, 351, 354, 372, 387, 388, 399, 438, 459, 469, 470, 475, 483, 485, 488, 507, 508, 518, 531, 549, 568, 596, 598, 632, 656, 671, 686, 688, 715, 788, 806, 808, 822, 834, 844, 872, 873
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Blair Kelly, Fibonacci and Lucas Factorizations.
|
|
|
EXAMPLE
| a(1)=140 because 140th fibonacci number(i.e. 81055900096023504197206408605) consists of 11 distinct prime factors (i.e. 3 * 5 * 11 * 13 * 29 * 41 * 71 * 281 * 911 * 141961 * 12317523121 )
|
|
|
PROG
| (PARI) n=1; while(n<315, if(omega(fibonacci(n))==11, print1(n, ", ")); n++)
|
|
|
CROSSREFS
| Sequence in context: A188452 A183491 A108317 * A131492 A090945 A140798
Adjacent sequences: A114822 A114823 A114824 * A114826 A114827 A114828
|
|
|
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
|
| |
|
|