The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A055124 Base-14 complement of n (write n in base 14, then replace each digit with its base-14 negative). 2
0, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 182, 195, 194, 193, 192, 191, 190, 189, 188, 187, 186, 185, 184, 183, 168, 181, 180, 179, 178, 177, 176, 175, 174, 173, 172, 171, 170, 169, 154, 167, 166, 165, 164, 163, 162, 161, 160, 159, 158, 157, 156, 155, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..2743 (2743 = 14^3 - 1)
PROG
(Haskell)
a055124 0 = 0
a055124 n = if d == 0 then 14 * a055124 n' else 14 * a055124 n' + 14 - d
where (n', d) = divMod n 14
-- Reinhard Zumkeller, Mar 12 2014
CROSSREFS
Column k=14 of A248813.
Sequence in context: A356978 A022969 A023455 * A212526 A019331 A004454
KEYWORD
base,easy,nonn
AUTHOR
Henry Bottomley, Apr 19 2000
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 May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)