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!)
A118475 Write numbers from n down to 1 in decreasing order, then move the 1 to the front. 0

%I #7 Oct 13 2013 03:12:08

%S 1,12,132,1432,15432,165432,1765432,18765432,198765432,11098765432,

%T 1111098765432,112111098765432,11312111098765432,1141312111098765432,

%U 115141312111098765432,11615141312111098765432

%N Write numbers from n down to 1 in decreasing order, then move the 1 to the front.

%t Table[FromDigits@ RotateRight@ Flatten@ Reverse@ IntegerDigits@ Range@n, {n, 17}] (* _Robert G. Wilson v_ *)

%K base,nonn,less

%O 1,2

%A _Jamil da SIlva_, May 04 2006

%E Edited and extended by _Robert G. Wilson v_, May 13 2006

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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)