|
Search: id:A063937
|
|
|
| A063937 |
|
Sum of unitary divisors of n is a square > 1. |
|
+0 2
|
|
| 3, 8, 22, 24, 66, 70, 76, 94, 115, 119, 170, 210, 214, 217, 228, 252, 265, 282, 310, 316, 322, 345, 357, 382, 385, 490, 497, 510, 517, 522, 527, 580, 612, 642, 651, 679, 710, 716, 742, 745, 782, 795, 801, 833, 862, 889, 920, 930, 935, 948, 952, 966, 970
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
A unitary divisor of n is a divisor d of n such that gcd(d, n/d)=1.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
EXAMPLE
|
The unitary divisors of 3 are 1,3 and then 3+1=4 is a square
|
|
PROGRAM
|
(PARI) us(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)) { n=0; for (m=1, 10^9, u=us(m); if (issquare(u) && u > 1, write("b063937.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 03 2009]
|
|
CROSSREFS
|
Cf. A034448, A063936.
Sequence in context: A148769 A156291 A111136 this_sequence A027211 A027235 A086596
Adjacent sequences: A063934 A063935 A063936 this_sequence A063938 A063939 A063940
|
|
KEYWORD
|
easy,nice,nonn
|
|
AUTHOR
|
Felice Russo (felice.russo(AT)katamail.com), Aug 31 2001
|
|
|
Search completed in 0.002 seconds
|