A088402 Duplicate of A077492.
2, 4, 6, 8, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 39, 59, 79, 99, 119, 139, 159, 179, 199, 399
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
t={}; Do[i=5; While[Total[IntegerDigits[i]]!=n,i=i+5]; AppendTo[t,i],{n,46}]; t (* Jayanta Basu, May 19 2013 *) With[{f=5*Range[200000]},Flatten[Table[Select[f,Total[IntegerDigits[#]] == n&,1],{n,50}]]] (* Harvey P. Dale, Dec 31 2013 *)
A069534(n)=(((n+4)%9+1)*10^((n+4)\9)-5)*10^(n<5) \\ M. F. Hasler, Sep 16 2016
Comments