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 A177855 #25 Jan 14 2024 12:30:10 %S A177855 1,3,5,7,9,13,15,21,29,35,39,43,45,49,53,63,65,79,87,91,105,113,117, %T A177855 127,129,145,147,157,159,169,195,203,215,237,245,261,265,273,301,313, %U A177855 315,337,339,371,377,381,387,395,435,441,455,471,477,507,547,553,559,565 %N A177855 Divisors of 2^1092 - 1. %C A177855 The sequence is finite with A000005(2^1092-1) = 178120883699712 terms. %H A177855 Chai Wah Wu, <a href="/A177855/b177855.txt">Table of n, a(n) for n = 1..10000</a> (Terms for n = 1..5000 from Reinhard Zumkeller) %H A177855 Dario A. Alpern, <a href="https://www.alpertron.com.ar/ECM.HTM">Factorization using the Elliptic Curve Method</a> %H A177855 <a href="/index/Di#divisors">Index entries for sequences related to divisors of numbers</a> %o A177855 (PARI) divisors(2^1092-1) \\ _Charles R Greathouse IV_, Jun 21 2017 %o A177855 (Python) %o A177855 A177855_list = [i for i in range(1,10**6) if (2**1092-1) % i == 0] # _Chai Wah Wu_, Jun 02 2021 %Y A177855 Cf. A000005, A172290, A172291, A046801. %K A177855 fini,nonn %O A177855 1,2 %A A177855 _Reinhard Zumkeller_, May 14 2010