A076412 Number of n's in A076411.
1, 3, 4, 1, 7, 9, 2, 5, 4, 13, 15, 17, 19, 21, 4, 3, 16, 25, 27, 20, 9, 18, 13, 33, 35, 19, 18, 39, 41, 43, 28, 17, 47, 49, 51, 53, 55, 57, 59, 61, 39, 24, 65, 67, 69, 71, 35, 38, 75, 77, 79, 81, 47, 36, 85, 87, 89, 23, 68, 71, 10, 12, 95, 97, 99, 101, 103, 40, 65, 107, 109, 100
Offset: 0
Keywords
Examples
a(9)=13 because 9 appears 13 times in A076411.
Links
- Robert G. Wilson v, Table of n, a(n) for n = 0..10488
Programs
-
Mathematica
t = Join[{0, 1}, Select[ Range@ 3600, GCD @@ Last /@ FactorInteger@# > 1 &]]; Rest@t - Most@t (* Robert G. Wilson v, May 21 2009 *)
Extensions
a(19)-a(71) from Robert G. Wilson v, May 21 2009
Comments