OFFSET
2,2
COMMENTS
LINKS
Michael Gottlieb, Table of n, a(n) for n = 2..44 (terms 2..32 from Reinhard Zumkeller, terms 33..44 from Michael Gottlieb).
Michael Gottlieb, C++ program to compute values.
EXAMPLE
a(10)=896, A106370(896)=10: 896[base-9]='1205',
896[octal]='1600', 896[base-7]='2420', 896[base-6]='4052',
896[base-5]='12041', 896[base-4]='32000', 896[ternary]='1020012',
896[binary]='1110000000'.
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a106372 = (+ 1) . fromJust . (`elemIndex` a106370_list)
-- Reinhard Zumkeller, Apr 12 2015
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 01 2005
EXTENSIONS
Generated a(33)-a(44) and a(46), with linked C++ program
STATUS
approved