|
Search: id:A063721
|
|
|
| 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
|
|
|
Search completed in 0.002 seconds
|