A119960 Positive integers with prime number of characters in their English names, including spaces and hyphens.
1, 2, 3, 6, 7, 8, 10, 15, 16, 24, 25, 29, 34, 35, 39, 40, 43, 47, 48, 50, 53, 57, 58, 60, 63, 67, 68, 70, 71, 72, 73, 76, 77, 78, 84, 85, 89, 94, 95, 99
Offset: 1
Programs
-
Mathematica
Select[Range[99], PrimeQ[ StringLength@ IntegerName[#, "Words"]] &] (* Giovanni Resta, Jun 13 2016 *)
Extensions
Missing a(1) and more terms from Giovanni Resta, Jun 13 2016
Comments