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.

A276005 Numbers with hit-free factorial base representations; positions of zeros in A276004 & A276007.

This page as a plain text file.
%I A276005 #25 Nov 11 2016 19:57:44
%S A276005 0,1,2,4,5,6,7,12,14,16,18,19,20,22,23,24,25,26,28,29,48,49,54,55,60,
%T A276005 66,67,72,74,76,78,84,86,88,90,92,94,96,97,98,100,101,102,103,108,110,
%U A276005 112,114,115,116,118,119,120,121,122,124,125,126,127,132,134,136,138,139,140,142,143,240,241,242,244,245,264,265,266,268,269,288,289,312,314,316
%N A276005 Numbers with hit-free factorial base representations; positions of zeros in A276004 & A276007.
%C A276005 We say there is a "hit" in factorial base representation (A007623) of n when there is any such pair of nonzero digits d_i and d_j in positions i > j so that (i - d_i) = j. Here the rightmost (least significant digit) occurs at position 1. This sequence gives all "hit-free" numbers, meaning that for every nonzero digit d_i (in position i) in their factorial base representation the digit at the position (i - d_i) is 0.
%C A276005 Also numbers n for which A060502(n) = A060128(n), in other words, the numbers n for which the number of slopes in their factorial base representation (A007623) is equal to the number of non-singleton cycles of the permutation listed as n-th permutation in the list A060117 (or A060118).
%C A276005 This can be viewed as a factorial base analog of base-2 related A003714.
%H A276005 Antti Karttunen, <a href="/A276005/b276005.txt">Table of n, a(n) for n = 0..4140</a>
%H A276005 <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>
%F A276005 Other identities. For all n >= 1:
%F A276005 a(A000110(n)) = n! = A000142(n). [To be proved.]
%e A276005 n=14 (factorial base "210") is included because 2 occurs in position 3 and 1 occurs in position 2, thus as (3-2) = 1 <> 2, 2 does not "hit" digit 1.
%e A276005 n=15 ("211") is NOT included because 2 occurring in position 3 hits the rightmost 1 in position 1 (as 3-2 = 1), and moreover, also the middle 1 hits the rightmost 1 as 2-1 = 1.
%o A276005 (Scheme, with _Antti Karttunen_'s IntSeq-library)
%o A276005 (define A276005 (ZERO-POS 0 0 A276004))
%Y A276005 Complement: A276006.
%Y A276005 Cf. A000110, A000142, A060128, A060502, A276004, A276007.
%Y A276005 Cf. A060112 (a subsequence).
%Y A276005 Intersection with A275804 gives A261220.
%Y A276005 Cf. also A003714, A060117 and A060118.
%K A276005 nonn,base
%O A276005 0,3
%A A276005 _Antti Karttunen_, Aug 17 2016