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.

A003527 Divisors of 2^16 - 1.

This page as a plain text file.
%I A003527 #26 Jul 02 2024 07:58:16
%S A003527 1,3,5,15,17,51,85,255,257,771,1285,3855,4369,13107,21845,65535
%N A003527 Divisors of 2^16 - 1.
%C A003527 Subset of A004729 because 2^32 - 1 = (2^16 + 1)*(2^16 - 1). - _R. J. Mathar_, May 24 2008
%H A003527 <a href="/index/Di#divisors">Index entries for sequences related to divisors of numbers</a>
%t A003527 Divisors[2^16 - 1] (* _Paolo Xausa_, Jul 01 2024 *)
%o A003527 (PARI) divisors(2^16-1) \\ _Charles R Greathouse IV_, Jun 21 2017
%Y A003527 First entries of A001317.
%Y A003527 Row n = 16 of A361438.
%K A003527 nonn,fini,full,easy
%O A003527 1,2
%A A003527 _N. J. A. Sloane_