Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132113
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132113 Multiply previous term by 8 and reverse. +0
1
1, 8, 46, 863, 4096, 86723, 487396, 8619983, 46895986, 888761573, 4852900117, 63900232883, 460368102115, 296184492863, 4092495749632, 65079956993723, 487949556936025, 28845546953093, 447426573467032, 6526377852149753 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = reverse(8 * a(n-1)) where a(1) = 1

EXAMPLE

reverse(8 * a(3)) = reverse(8 * reverse(8 * a(2))) = reverse(8 * reverse( 8 * reverse(8 * a(1)))) = reverse(8 * reverse(8 * reverse(8))) = reverse(6 * 46) = 863

MAPLE

rev:=proc(n) local nn: nn:=convert(n, base, 10): add(nn[j]*10^(nops(nn)-j), j = 1..nops(nn)) end proc: a[1]:=1: for n from 2 to 20 do a[n]:=rev(8*a[n-1]) end do: seq(a[n], n=1..20); - Definition corrected by Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 07 2007

CROSSREFS

Cf. A045539, A133361.

Sequence in context: A113992 A037070 A141788 this_sequence A085299 A026983 A081279

Adjacent sequences: A132110 A132111 A132112 this_sequence A132114 A132115 A132116

KEYWORD

base,nonn

AUTHOR

Rachit Agrawal (rachit_agrawal(AT)daiict.ac.in), Oct 31 2007

EXTENSIONS

Definition corrected by Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 07 2007

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research