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!)
A264995 Bijective base-5 reverse: a(0) = 0; for n >= 1, a(n) = A030104(A132739(n)) * A060904(n). 3
0, 1, 2, 3, 4, 5, 6, 11, 16, 21, 10, 7, 12, 17, 22, 15, 8, 13, 18, 23, 20, 9, 14, 19, 24, 25, 26, 51, 76, 101, 30, 31, 56, 81, 106, 55, 36, 61, 86, 111, 80, 41, 66, 91, 116, 105, 46, 71, 96, 121, 50, 27, 52, 77, 102, 35, 32, 57, 82, 107, 60, 37, 62, 87, 112, 85, 42, 67, 92, 117, 110, 47, 72, 97, 122, 75, 28, 53, 78, 103, 40, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Self-inverse permutation of nonnegative integers.
LINKS
FORMULA
a(0) = 0; for n >= 1, a(n) = A030104(A132739(n)) * A060904(n).
Other identities. For all n >= 0:
a(5*n) = 5*a(n).
A010873(a(n)) = 0 if and only if A010873(n) = 0 and it also seems that A010873(a(n)) = A010873(n) for all n.
PROG
(Scheme)
(define (A264995 n) (if (zero? n) n (* (A030104 (A132739 n)) (A060904 n))))
CROSSREFS
Cf. similar sequences A057889 (base-2), A263273 (base-3), A264994 (base-4), A264979 (base-9).
Sequence in context: A264665 A308776 A339556 * A319722 A060733 A283563
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 07 2015
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)