This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A114826 #20 May 05 2024 19:20:08 %S A114826 90,126,165,256,258,266,296,304,322,369,375,376,424,428,429,474,484, %T A114826 494,506,574,578,589,633,646,652,658,663,664,668,669,670,687,703,705, %U A114826 716,724,742,754,779,782,807,845,875,892,906,909,921,946,956,964,986,1004,1054,1075,1084,1119,1126,1132,1149,1169,1171,1214,1222,1227 %N A114826 Indices of Fibonacci numbers with 10 distinct prime factors. %H A114826 Amiram Eldar, <a href="/A114826/b114826.txt">Table of n, a(n) for n = 1..69</a> %H A114826 Blair Kelly, <a href="http://mersennus.net/fibonacci/">Fibonacci and Lucas Factorizations</a>. %e A114826 a(1)=90 because the 90th Fibonacci number (i.e., 2880067194370816120) consists of 10 distinct prime factors (i.e., 2^3 * 5 * 11 * 17 * 19 * 31 * 61 * 181 * 541 * 109441). %o A114826 (PARI) n=1;while(n<305,if(omega(fibonacci(n))==10,print1(n,", "));n++) %Y A114826 Cf. A114823-A114826, A114836-A114841. %Y A114826 Column k=10 of A303217. %K A114826 nonn %O A114826 1,1 %A A114826 _Shyam Sunder Gupta_, Feb 19 2006 %E A114826 More terms from _Ryan Propper_, Apr 26 2006 %E A114826 a(52)-a(64) from _Max Alekseyev_, Aug 18 2013