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!)
A083935 Inverse function of N -> N injection A083934. 7
0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,16
COMMENTS
a(0)=0 because A083934(0)=0, but a(n) = 0 also for those n which do not occur as values of A083934. All positive natural numbers occur here once.
LINKS
PROG
(MIT Scheme:) (define (A083935 n) (let* ((b (A014486 n)) (c (if (zero? (modulo b 3)) (A059905 (/ b 3)) 0))) (if (zero? (A059906 (/ b 3))) (A080300 c) 0)))
CROSSREFS
a(A080934(n)) = n for all n. Cf. A083925-A083929, A014486, A080300, A059905, A059906.
Sequence in context: A186034 A280843 A221146 * A053201 A028605 A319532
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 13 2003
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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)