login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073796 Replace 9^k with (-9)^k in base 9 expansion of n. 8
0, 1, 2, 3, 4, 5, 6, 7, 8, -9, -8, -7, -6, -5, -4, -3, -2, -1, -18, -17, -16, -15, -14, -13, -12, -11, -10, -27, -26, -25, -24, -23, -22, -21, -20, -19, -36, -35, -34, -33, -32, -31, -30, -29, -28, -45, -44, -43, -42, -41, -40, -39, -38, -37, -54, -53, -52, -51, -50, -49, -48, -47, -46 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

Base 9 representation for n (in lexicographic order) converted from base -9 to base 10.

LINKS

Table of n, a(n) for n=0..62.

MATHEMATICA

f[n_Integer, b_Integer] := Block[{l = IntegerDigits[n]}, Sum[l[[ -i]]*(-b)^(i - 1), {i, 1, Length[l]}]]; a = Table[ FromDigits[ IntegerDigits[n, 9]], {n, 0, 80}]; b = {}; Do[b = Append[b, f[a[[n]], 9]], {n, 1, 80}]; b

CROSSREFS

Cf. A007095, A073790, A053985, A065369, A073791, A073792, A073793, A073794, A073795 & A073835.

Sequence in context: A158289 A213652 A179987 * A017894 A028903 A081599

Adjacent sequences:  A073793 A073794 A073795 * A073797 A073798 A073799

KEYWORD

base,easy,sign

AUTHOR

Robert G. Wilson v, Aug 12 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 20 02:19 EDT 2013. Contains 226416 sequences.