R. J. Mathar, <a href="/A081638/b081638_1.txt">Table of n, a(n) for n = 1..360</a>
R. J. Mathar, <a href="/A081638/b081638_1.txt">Table of n, a(n) for n = 1..360</a>
editing
approved
R. J. Mathar, <a href="/A081638/b081638_1.txt">Table of n, a(n) for n = 1..360</a>
approved
editing
editing
approved
For Maple program see Mathar link in A005105.
approved
editing
_Robert G. Wilson v (rgwv(AT)rgwv.com), _, Mar 20 2003
For Maple program see Mathar link.
nonn,new
nonn
Class 10+ primes.
1065601, 2424973, 5114881, 7222561, 8124481, 8524091, 8647411, 8650321, 9190681, 9287521, 9590417, 10617601, 10929817, 11996161, 12349093, 12508081, 12786181, 12971117, 13570681, 14113027, 14308123, 14312743, 14476807
1,1
R. K. Guy, Unsolved Problems in Number Theory, A18.
PrimeFactors[n_Integer] := Flatten[ Table[ #[[1]], {1}] & /@ FactorInteger[n]]; f[n_Integer] := Block[{m = n}, If[m == 0, m = 1, While[ IntegerQ[m/2], m /= 2]; While[ IntegerQ[m/3], m /= 3]]; Apply[Times, PrimeFactors[m] + 1]]; ClassPlusNbr[n_] := Length[ NestWhileList[f, n, UnsameQ, All]] - 3; Prime[ Select[ Range[150000], ClassPlusNbr[ Prime[ # ]] == 10 &]]
nonn
Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 20 2003
approved