|
Search: id:A097702
|
|
| |
|
| 0, 2, 3, 5, 6, 8, 9, 11, 14, 15, 17, 18, 20, 21, 23, 26, 27, 29, 30, 32, 33, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 50, 51, 53, 54, 56, 57, 59, 63, 65, 66, 68, 69, 71, 72, 74, 75, 77, 78, 80, 81, 83, 86, 89, 90, 92, 93, 95, 96, 98, 99, 101, 102, 104, 105, 107, 108, 110
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Conjecture: n is a member iff 6*n+3 is square-free. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Aug 27 2004
It is only a conjecture that all terms are integers (confirmed up to 10^6 by Robert G. Wilson v).
|
|
PROGRAM
|
(PARI) {u(n)=sumdiv(n, d, if(gcd(d, n/d)==1, d))} n=2:while(1, n++: if(sigma(n)==2*u(n), print1((n-108)/216", ")))
usigma[n_] := Block[{d = Divisors[n]}, Plus @@ Select[d, GCD[ #, n/# ] == 1 &]]; (Select[ Range[ 24500], DivisorSigma[1, # ] == 2usigma[ # ] &] - 108)/216 (from Robert G. Wilson v Aug 28 2004)
|
|
CROSSREFS
|
Cf. A097703.
Sequence in context: A050172 A094820 A093689 this_sequence A082583 A130290 A102781
Adjacent sequences: A097699 A097700 A097701 this_sequence A097703 A097704 A097705
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Ralf Stephan (ralf(AT)ark.in-berlin.de), Aug 26 2004
|
|
|
Search completed in 0.002 seconds
|