Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003543
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003543 Divisors of 2^36 - 1. +0
2
1, 3, 5, 7, 9, 13, 15, 19, 21, 27, 35, 37, 39, 45, 57, 63, 65, 73, 91, 95, 105, 109, 111, 117, 133, 135, 171, 185, 189, 195, 219, 247, 259, 273, 285, 315, 327, 333, 351, 365, 399, 455, 481, 511, 513, 545, 555, 585, 657, 665, 703, 741, 763, 777, 819, 855, 945, 949 (list; graph; listen)
OFFSET

1,2

COMMENT

Number of divisors is 512.

2^36-1 is the largest unsigned integer in a 36-bit word.

LINKS

T. D. Noe, Table of n, a(n) for n=1..512 (all divisors)

PROGRAM

(PARI) {a(n)=local(x, d, N); if(n<1|n>512, 0, N=2^36-1; d=1; while(n>0, if(N%d==0, n--; x=d); d++); x)} /* Michael Somos Feb 17 2006 */

CROSSREFS

Sequence in context: A003532 A156982 A157048 this_sequence A114513 A003524 A058871

Adjacent sequences: A003540 A003541 A003542 this_sequence A003544 A003545 A003546

KEYWORD

nonn,fini

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.006 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research