Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121863
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121863 See Comments lines for definition. +0
6
16, 50, 304, 93032, 17310371214, 1498244757849709540196, 3363165974015385428987990761994364730059919325224645845292529932 (list; graph; listen)
OFFSET

4,1

COMMENT

Let "N_b" denote "N read in base b" and let "N" denote "N written in base 10" (as in normal life). The sequence is given by 16, 32_16, 64_(32_16), 128_(64_(32_16)), etc., or in other words

......16....32.....64....128.......etc.

..............16.....32.....64.........

.......................16.....32.......

................................16.....

where the subscripts are evaluated from the bottom upwards.

More precisely, "N_b" means "Take decimal expansion of N and evaluate it as if it were a base-b expansion".

The next term is too large to include.

A "dungeon" of numbers.

REFERENCES

David Applegate, Marc LeBrun and N. J. A. Sloane, Descending Dungeons, Problem 11286, Amer. Math. Monthly, 116 (2009) 466-467.

David Applegate, Marc LeBrun and N. J. A. Sloane, Descending Dungeons and Iterated Base-Changing, in "The Mathematics of Preference, Choice and Order: Essays in Honor of Peter Fishburn", edited by Steven Brams, William V. Gehrlein and Fred S. Roberts, Springer, 2009, pp. 393-402.

LINKS

David Applegate, Marc LeBrun and N. J. A. Sloane, Descending Dungeons and Iterated Base-Changing (arXiv:math.NT/0611293).

EXAMPLE

64_(32_16) = 64_(3*16 + 2) = 64_50 = 6*50 + 4 = 304.

PROGRAM

(PARI) rebase(n, bas)={ local(resul, i) ; resul= n % 10 ; i=1 ; while(n>0, n = n \10 ; resul += (n%10)*bas^i ; i++ ; ) ; return(resul) ; } { a=16 ; print(a) ; for(n=5, 12, a=2^n ; forstep(j=n, 5, -1, a=rebase(2^(j-1), a) ; ) ; print1(a, ", ") ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 01 2006

CROSSREFS

Cf. A121864, A121263, A121266, A121264, A121265, A121295, A121296, A111050, A121866, A122030.

Sequence in context: A153483 A030686 A030688 this_sequence A121864 A080860 A044118

Adjacent sequences: A121860 A121861 A121862 this_sequence A121864 A121865 A121866

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Aug 31 2006, corrected Sep 05 2006

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 01 2006

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research