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.

A179308 List of positive integers, omitting any number n if another number with the same set of digits as n has already been listed.

This page as a plain text file.
%I A179308 #15 Feb 21 2019 23:16:02
%S A179308 1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,
%T A179308 30,34,35,36,37,38,39,40,45,46,47,48,49,50,56,57,58,59,60,67,68,69,70,
%U A179308 78,79,80,89,90,102,103,104,105,106,107,108,109,123,124,125
%N A179308 List of positive integers, omitting any number n if another number with the same set of digits as n has already been listed.
%C A179308 Numbers 1 to 10 are all new sets of digits. 11 is omitted because its digit set {1} is the same as that of 1. The following numbers are included, until 21 which has the same digit set as 12, and 22 which has the same set as 2.
%C A179308 This sequence is of course finite and has 1022 terms; the number of possible digit sets excluding the empty set and {0}.
%H A179308 Nathaniel Johnston, <a href="/A179308/b179308.txt">Table of n, a(n) for n = 1..1022</a> (full sequence)
%p A179308 s:={}: for n from 1 to 1000 do d:=convert(convert(n,base,10),set): if(not member(d,s))then printf("%d, ",n): s:=s union {d}: fi: od: # _Nathaniel Johnston_, Jun 21 2011
%Y A179308 A subsequence of A179239.
%K A179308 base,easy,fini,full,nonn
%O A179308 1,2
%A A179308 _Jack W Grahl_, Jul 10 2010
%E A179308 Corrected by _Jack W Grahl_, Jan 10 2011