Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073794
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073794 Replace 7^k with (-7)^k in base 7 expansion of n. +0
9
0, 1, 2, 3, 4, 5, 6, -7, -6, -5, -4, -3, -2, -1, -14, -13, -12, -11, -10, -9, -8, -21, -20, -19, -18, -17, -16, -15, -28, -27, -26, -25, -24, -23, -22, -35, -34, -33, -32, -31, -30, -29, -42, -41, -40, -39, -38, -37, -36, 49, 50, 51, 52, 53, 54, 55, 42, 43, 44, 45, 46, 47, 48, 35, 36, 37, 38, 39, 40, 41 (list; graph; listen)
OFFSET

0,3

COMMENT

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

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, 7]], {n, 0, 80}]; b = {}; Do[b = Append[b, f[a[[n]], 7]], {n, 1, 80}]; b

CROSSREFS

Cf. A007093, A073788, A053985, A065369, A073791, A073792, A073793, A073795, A073796 & A073835.

Sequence in context: A038389 A058223 A063265 this_sequence A017892 A017882 A112264

Adjacent sequences: A073791 A073792 A073793 this_sequence A073795 A073796 A073797

KEYWORD

base,easy,sign

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 12 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research