|
| |
|
|
A141677
|
|
Numbers of the functional form: a(n)=DivisorSigma[0, n]*PrimePi[n].
|
|
0
| |
|
|
0, 2, 4, 6, 6, 12, 8, 16, 12, 16, 10, 30, 12, 24, 24, 30, 14, 42, 16, 48, 32, 32, 18, 72, 27, 36, 36, 54, 20, 80, 22, 66, 44, 44, 44, 99, 24, 48, 48, 96, 26, 104, 28, 84, 84, 56, 30, 150, 45, 90, 60, 90, 32, 128, 64, 128, 64, 64, 34, 204, 36, 72, 108, 126, 72, 144, 38, 114, 76
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Only five in the first 200 integers give odd values for this function:
Flatten[Table[If[Mod[DivisorSigma[0, n]*PrimePi[n], 2] == 1, n, {}], {n, 1, 200}]]
{25, 36, 49, 100, 169}.
This sort of functional modulo categorization of Integers appears to be new.
|
|
|
FORMULA
| a(n)=DivisorSigma[0, n]*PrimePi[n].
|
|
|
MATHEMATICA
| Table[DivisorSigma[0, n]*PrimePi[n], {n, 1, 100}]
|
|
|
CROSSREFS
| Sequence in context: A060685 A073353 A066820 * A087459 A123258 A104968
Adjacent sequences: A141674 A141675 A141676 * A141678 A141679 A141680
|
|
|
KEYWORD
| nonn,uned
|
|
|
AUTHOR
| Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Sep 07 2008
|
| |
|
|