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!)
A134750 Variant of permutational numbers with shifted digits 0->1->2->...->k+1 in k+1 positional system. 5
1, 4, 5, 18, 20, 24, 28, 32, 34, 112, 115, 124, 130, 139, 142, 160, 163, 184, 193, 199, 205, 220, 226, 232, 241, 262, 265, 283, 286, 295, 301, 310, 313, 975, 979, 995, 1003, 1019, 1023, 1075, 1079, 1115, 1127, 1139, 1147, 1195, 1203, 1215, 1227, 1263, 1267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Variant of permutational numbers with shifted digits 0->1->2->...->k+1 in k+2 positional system see A051845
LINKS
MATHEMATICA
a = {}; b = {}; Do[AppendTo[b, n]; w = Permutations[b]; Do[j = FromDigits[1 + w[[m]], n + 1]; AppendTo[a, j], {m, 1, Length[w]}], {n, 0, 5}]; a (*Artur Jasinski*)
CROSSREFS
Sequence in context: A276091 A258410 A299241 * A051949 A275961 A243297
KEYWORD
nonn,base
AUTHOR
Artur Jasinski, Nov 08 2007
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)