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!)
A219640 Numbers n for which there exists k such that n = k - (number of 1's in Zeckendorf expansion of k); distinct values in A219641. 9

%I #21 Aug 10 2015 07:25:36

%S 0,1,2,4,5,7,8,9,12,13,14,16,17,20,21,22,24,25,27,28,29,33,34,35,37,

%T 38,40,41,42,45,46,47,49,50,54,55,56,58,59,61,62,63,66,67,68,70,71,74,

%U 75,76,78,79,81,82,83,88,89,90,92,93,95,96,97,100,101,102

%N Numbers n for which there exists k such that n = k - (number of 1's in Zeckendorf expansion of k); distinct values in A219641.

%C These are the positive integers i for which there exists k such that A007895(i+k)=k.

%C Starting offset is zero, because a(0) = 0 is a special case. Start indexing from 1 when you want only nonzero natural numbers satisfying the same condition.

%H Antti Karttunen, <a href="/A219640/b219640.txt">Table of n, a(n) for n = 0..10947</a>

%F a(n) = A219641(A022342(n+1)).

%F Other identities. For all n >= 0:

%F A261093(a(n)) = n.

%F A261094(a(n)) = n.

%o (Scheme): (define (A219640 n) (A219641 (A022342 (+ 1 n))))

%Y Cf. A219641. Complement: A219638. Union of A219639 and A219637.

%Y First differences: A261095.

%Y Characteristic function: A261092.

%Y Left inverses: A261093, A261094.

%Y Analogous sequences for other bases: A005187, A219650.

%K nonn

%O 0,3

%A _Antti Karttunen_, Nov 24 2012

%E Starting offset changed to 0 by _Antti Karttunen_, Aug 08 2015

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 28 05:00 EDT 2024. Contains 372020 sequences. (Running on oeis4.)