OFFSET
1,1
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
FORMULA
EXAMPLE
6272 = 2*2*2*2*2*2*2*7*7 is droll since 2+2+2+2+2+2+2 = 14 = 7+7.
PROG
(PARI) isok(n) = {if (n % 2, return (0)); f = factor(n); return (2*f[1, 2] == sum(i=2, #f~, f[i, 1]*f[i, 2])); } \\ Michel Marcus, Jun 21 2013
CROSSREFS
For count instead of sum we have A072978.
KEYWORD
nonn
AUTHOR
Mario Velucchi (mathchess(AT)velucchi.it)
STATUS
approved