cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060499 Each permutation in the list A060118 converted to Site Swap notation, with digits reversed and inverted. "Zero throws" (fixed elements) indicated with 0's.

This page as a plain text file.
%I A060499 #6 Nov 25 2022 19:06:26
%S A060499 0,11,120,111,201,222,1300,1313,1120,1111,1201,1223,2020,2011,2330,
%T A060499 2312,2222,2231,3001,3023,3131,3122,3302,3333,14000,14014,14140,14113,
%U A060499 14203,14244,11300,11314,11120,11111,11201,11224,12020,12011,12340
%N A060499 Each permutation in the list A060118 converted to Site Swap notation, with digits reversed and inverted. "Zero throws" (fixed elements) indicated with 0's.
%C A060499 This sequence is not well-defined for n >= 3628800 because the Site Swap notation can contain values exceeding 9, for example, the Site Swap notation for a(3628800) is [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10]. - _Sean A. Irvine_, Nov 25 2022
%D A060499 See A060495 and A060498 for the Maple procedures.
%F A060499 a(n) = SiteSwap3ToDec(Perm2SiteSwap1(PermUnrank3L(n))).
%K A060499 nonn
%O A060499 0,2
%A A060499 _Antti Karttunen_, Mar 22 2001