Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

0,3

COMMENT

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

Seems to be A004453(n) - 12.

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

CROSSREFS

Cf. A007090, A007608, A053985, A065369, A073792, A073793, A073794, A073795, A073796 & A073835.

Sequence in context: A008287 A017859 A028356 this_sequence A030340 A122453 A017849

Adjacent sequences: A073788 A073789 A073790 this_sequence A073792 A073793 A073794

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 September 5 19:27 EDT 2008. Contains 143485 sequences.


AT&T Labs Research