|
| |
|
|
A159886
|
|
Values k such that A000203(x)= k has more than one solution.
|
|
2
| |
|
|
12, 18, 24, 31, 32, 42, 48, 54, 56, 60, 72, 80, 84, 90, 96, 98, 104, 108, 114, 120, 124, 126, 128, 132, 140, 144, 152, 156, 168, 180, 182, 186, 192, 210, 216, 224, 228, 234, 240, 248, 252, 264, 270, 272, 280, 288, 294, 308, 312, 320, 324, 336, 342, 360, 372, 378, 384, 390
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Numbers k with A054973(k) >= 2. Numbers k which occur in A000203 more than once.
Numbers k = A007609(n) with A007609(n+1) - A007609(n) = 0.
Does this sequence have finite density? [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jun 18 2009]
|
|
|
LINKS
| Franklin T. Adams-Watters, Table of n, a(n) fora(n) <= 10000: n=1,...,1095.
|
|
|
EXAMPLE
| a(1)=12 as the multiplicity of the value 12 is 2: 12 = sigma(6) = sigma(11).
|
|
|
PROG
| Contribution from Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jun 18 2009: (Start)
(PARI) na(n) = local(v, s); v=vector(n); for(k=1, n, s=sigma(k); if(s<=n, v[s]++)); v
la(n) = local(v, r); v=na(n); r=[]; for(k=1, n, if(v[k]>1, r=concat(r, [k]))); r (End)
|
|
|
CROSSREFS
| Cf. A000203, A054973, A007609, A007368.
Sequence in context: A136446 A074726 A091013 * A113756 A055482 A076485
Adjacent sequences: A159883 A159884 A159885 * A159887 A159888 A159889
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Apr 25 2009
|
|
|
EXTENSIONS
| Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 28 2009
|
| |
|
|