Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063721
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063721 Number of proper divisors of n is a square and sets a new record for such squares. +0
1
1, 2, 16, 48, 6480, 331776, 26542080, 207360000, 174142586880, 5476584960000, 8352895346933760000, 190741334440500264960000, 40745645800296001044480000, 11921333402531266560000000000000000 (list; graph; listen)
OFFSET

1,2

PROGRAM

(PARI) a=-1; for(n=1, 10^7, x=numdiv(n)-1; if(issquare(x), b=x; if(b>a, a=b; print(n))))

(PARI) {a063721(m)=local(r, n, x); r=-1; for(n=1, m, x=numdiv(n)-1; if(issquare(x) && x>r, r=x; print1(n, ", "))) }

CROSSREFS

Cf. A032741.

Sequence in context: A034507 A023638 A139267 this_sequence A012180 A058376 A120948

Adjacent sequences: A063718 A063719 A063720 this_sequence A063722 A063723 A063724

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 22 2001

EXTENSIONS

More terms from Don Reble (djr(AT)nk.ca), May 12 2002

page 1

Search completed in 0.002 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research