login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081991 Numbers in ascending order formed by using all the digits of the next n numbers. 3
1, 23, 32, 456, 465, 546, 564, 645, 654, 10789, 10798, 10879, 10897, 10978, 10987, 17089, 17098, 17809, 17890, 17908, 17980, 18079, 18097, 18709, 18790, 18907, 18970, 19078, 19087, 19708, 19780, 19807, 19870, 70189, 70198, 70819, 70891 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next four numbers are 7,8,9 and 10 and hence the next terms are all the numbers formed by the digits 1,0,7,8 and 9 in ascending order.
LINKS
EXAMPLE
The next two numbers are 2 and 3 and the two numbers that can be formed are 23 and 32 hence a(2) = 23 and a(3) = 32.
MATHEMATICA
uad[l_]:=Module[{d=Flatten[IntegerDigits/@l], len}, len=Length[d]; Select[FromDigits/@ Permutations[ d], IntegerLength[#]==len&]//Sort]; uad/@With[{nn=4}, TakeList[Range[ (nn(nn+1))/2], Range[nn]]]//Flatten (* Harvey P. Dale, Jan 01 2024 *)
CROSSREFS
Sequence in context: A039410 A043233 A044013 * A118298 A209247 A076091
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Apr 05 2003
EXTENSIONS
More terms from David Wasserman, Jul 27 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 28 23:06 EDT 2024. Contains 374727 sequences. (Running on oeis4.)