A059093 Numbers ending with the letter "e" (in English).
1, 3, 5, 9, 12, 21, 23, 25, 29, 31, 33, 35, 39, 41, 43, 45, 49, 51, 53, 55, 59, 61, 63, 65, 69, 71, 73, 75, 79, 81, 83, 85, 89, 91, 93, 95, 99, 101, 103, 105, 109, 112, 121, 123, 125, 129, 131, 133, 135, 139, 141, 143, 145, 149, 151, 153, 155, 159, 161, 163, 165
Offset: 1
Formula
a(n+1)=a((n mod 37)+1)+100*floor(n/37) for n>=1.
Extensions
More terms and formula from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 25 2001