OFFSET
1,1
REFERENCES
R. Honsberger, Mathematical Gems, M.A.A., 1973, p. 113.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
Robert G. Wilson v, Letter to N. J. A. Sloane, date unknown.
MATHEMATICA
practicalQ[n_] := Module[{d = Divisors[n], c}, c = Rest[CoefficientList[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, n}], x]]; Flatten[Position[c, 0]] == {} && c[[-1]] > 1]; Select[2*Range[500], DivisorSigma[1, #] > 2 # && ! practicalQ[#] &] (* T. D. Noe, Jun 25 2012 *)
CROSSREFS
KEYWORD
nonn
EXTENSIONS
More terms from David W. Wilson.
STATUS
approved