cp's OEIS Frontend

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.

A114837 Indices of Fibonacci numbers with 8 distinct prime factors.

This page as a plain text file.
%I A114837 #18 May 05 2024 19:21:26
%S A114837 60,72,110,112,114,128,130,135,147,154,170,171,174,217,225,231,236,
%T A114837 238,275,279,282,290,309,316,338,355,366,374,425,436,442,452,471,481,
%U A114837 524,538,548,553,575,642,649,694,796,801,818,833,838,847,849,851,886,889,922,923,926,939,949,958,963,965,971,979,1037,1041,1077,1079,1094,1111,1127,1137,1141,1153,1154,1189,1211
%N A114837 Indices of Fibonacci numbers with 8 distinct prime factors.
%H A114837 Amiram Eldar, <a href="/A114837/b114837.txt">Table of n, a(n) for n = 1..87</a>
%H A114837 Blair Kelly, <a href="http://mersennus.net/fibonacci/">Fibonacci and Lucas Factorizations</a>.
%e A114837 a(1)=60 because the 60th Fibonacci number consists of 8 distinct prime factors (i.e., 1548008755920 = 2^4 x 3^2 x 5 x 11 x 31 x 41 x 61 x 2521).
%o A114837 (PARI) n=1;while(n<370,if(omega(fibonacci(n))==8,print1(n,", "));n++)
%Y A114837 Cf. A114823-A114826, A114836-A114841.
%Y A114837 Column k=8 of A303217.
%K A114837 nonn
%O A114837 1,1
%A A114837 _Shyam Sunder Gupta_, Feb 19 2006
%E A114837 More terms from _Ryan Propper_, Apr 26 2006
%E A114837 a(53)-a(75) from _Max Alekseyev_, Aug 18 2013