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.

A277333 Left inverse of A260443, giving 0 as a result when n is outside of the range of A260443.

Original entry on oeis.org

0, 1, 2, 0, 4, 3, 8, 0, 0, 0, 16, 0, 32, 0, 6, 0, 64, 5, 128, 0, 0, 0, 256, 0, 0, 0, 0, 0, 512, 7, 1024, 0, 0, 0, 12, 0, 2048, 0, 0, 0, 4096, 0, 8192, 0, 0, 0, 16384, 0, 0, 0, 0, 0, 32768, 0, 0, 0, 0, 0, 65536, 0, 131072, 0, 0, 0, 0, 0, 262144, 0, 0, 0, 524288, 0, 1048576, 0, 10, 0, 24, 0, 2097152, 0, 0, 0, 4194304, 0, 0, 0, 0, 0, 8388608, 9
Offset: 1

Views

Author

Antti Karttunen, Oct 10 2016

Keywords

Examples

			a(1) = 0 because A260443(0) = 1. For n > 1, a(n) = 0 only if n does not occur in the range of A260443.
a(6) = 3 because A260443(3) = 6.
		

Crossrefs

Cf. A277316, A260442 (from 2 onward, the positions of nonzeros), A277317 (positions of primes).

Programs

Formula

If A260443(A048675(n)) = n, then a(n) = A048675(n), otherwise a(n) = 0.
Other identities. For all n >= 0:
a(A260443(n)) = n.
a(2n+1) = 2*a(A064989(2n+1)).
If a(2n) > 0 [by necessity an odd number in that case], then A005811((a(2n)-1)/2) = A007949(2n). [See comment in A277324.]