login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134749 First differences of permutational numbers : a(n)=A134640(n+1)-A134640(n). 0
1, 1, 3, 2, 4, 4, 4, 2, 6, 3, 9, 6, 9, 3, 18, 3, 21, 9, 6, 6, 15, 6, 6, 9, 21, 3, 18, 3, 9, 6, 9, 3, -34, 4, 16, 8, 16, 4, 52, 4, 36, 12, 12, 8, 48, 8, 12, 12, 36, 4, 52, 4, 16, 8, 16, 4, 108, 4, 16, 8, 16, 4, 152, 4, 56, 16, 8, 12, 24, 8, 32, 16, 32, 8, 28, 4, 36, 12, 12, 8, 84, 4, 36, 12, 12, 8, 28, 4, 56, 16, 8, 12, 144, 12, 8, 16, 56, 4, 28, 8, 12 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Negative numbers occur at n=!k = A007489(k) and {k=3,4,5,...}

MATHEMATICA

a = {}; b = {}; Do[AppendTo[b, n]; w = Permutations[b]; Do[j = FromDigits[w[[m]], n + 1]; AppendTo[a, j], {m, 1, Length[w]}], {n, 0, 5}]; d = {}; Do[AppendTo[d, a[[n + 1]] - a[[n]]], {n, 1, Length[a] - 1}] ; d (*Artur Jasinski*)

CROSSREFS

Cf. A007489, A134640, A134703, A134748, A134750.

Sequence in context: A023630 A110550 A128220 * A061901 A078822 A154392

Adjacent sequences:  A134746 A134747 A134748 * A134750 A134751 A134752

KEYWORD

sign

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 08 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.