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.

A051020 Numbers that are 4-persistent but not 5-persistent.

Original entry on oeis.org

1053274689, 1089467253, 1253094867, 1267085493, 1268547309, 1269085473, 1273085469, 1308547269, 1308549267, 1326854907, 1327068549, 1328746905, 1450687329, 1450732869, 1450867293, 1450928673, 1452687309, 1452690873
Offset: 1

Views

Author

Keywords

Comments

A number n is k-persistent iff all of {n, 2*n, ..., k*n} are pandigital (in the sense of A171102).

Crossrefs

Cf. A171102 (pandigital), A204047 (smallest n-persistent), A051264 (1-persistent), A051018 (2-persistent), A051019 (3-persistent), A204096 (5-persistent), A204097 (6-persistent).

Programs

  • PARI
    is_A051020(n)=for(i=1, 5, 9<#Set(Vec(Str(i*n))) || return(i>4)) \\ M. F. Hasler, Jan 10 2012

Extensions

Definition corrected by Franklin T. Adams-Watters, Jan 09 2012
Sequence corrected by Hans Havermann, Jan 11 2012