The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107346 Differences between successive permutations of 1,2,3,4,5 regarded as decimal numbers arranged in increasing order. 6
9, 81, 18, 81, 9, 702, 9, 171, 27, 72, 18, 693, 18, 72, 27, 171, 9, 702, 9, 81, 18, 81, 9, 5913, 9, 81, 18, 81, 9, 1602, 9, 261, 36, 63, 27, 594, 18, 162, 36, 162, 18, 603, 9, 171, 27, 72, 18, 5814, 9, 171, 27, 72, 18, 603, 9, 261, 36, 63, 27, 1584, 27, 63, 36, 261, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
We can produce similar sequences of length n!-1 from all the n-set permutations (1,...,n), starting from n=2 up to n=9. The next larger sequence contains always the preceding sequence as its proper prefix. See A219664 for the largest such sequence. - Antti Karttunen, Dec 18 2012
See A209280 for the extension of this sequence to 9!-1 terms, and for comments and formulas which apply to this subsequence. - M. F. Hasler, Jan 15 2013
LINKS
T. D. Noe, Table of n, a(n) for n = 1..119 (complete sequence)
FORMULA
a(n) = A209280(n) for n<5!. See there for more useful relations. - M. F. Hasler, Jan 15 2013
EXAMPLE
Permutations are 12345, 12354, 12435, ...
a(3) = 18 because if we order these permutations (ascending), then P(4)-P(3) = 12453-12435 = 18
MATHEMATICA
Differences[FromDigits /@ Permutations[{1, 2, 3, 4, 5}]] (* T. D. Noe, Dec 18 2012 *)
PROG
(PARI) A107346(n)=A209280(n) \\ - M. F. Hasler, Jan 15 2013
CROSSREFS
Sequence in context: A328760 A228591 A219664 * A209280 A014393 A008463
KEYWORD
easy,nonn,base,fini,full
AUTHOR
Ivan Meyer (ivan.mey(AT)gmail.com), May 23 2005
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)