cp's OEIS Frontend

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.

A241788 Triangular numbers which have one or more occurrences of exactly five different digits.

Original entry on oeis.org

10296, 12403, 13695, 14028, 14365, 14706, 16290, 17205, 19306, 19503, 21736, 21945, 23871, 24310, 24531, 24753, 24976, 27495, 29403, 30628, 30876, 32640, 32896, 34716, 34980, 37128, 37401, 37950, 39621, 40186, 41328, 41905, 42195, 43071, 43956, 46971, 47586
Offset: 1

Views

Author

Colin Barker, Apr 28 2014

Keywords

Comments

The first term having a repeated digit is 100576.

Crossrefs

Programs

  • PARI
    s=[]; for(n=0, 500, if(#vecsort(eval(Vec(Str(n*(n+1)/2))), , 8)==5, s=concat(s, n*(n+1)/2))); s