login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226320 a(n) is the smallest k > 6 such that k is a Niven number at least in all the bases from 1 to n. 4
7, 8, 8, 8, 8, 12, 12, 24, 24, 24, 24, 24, 24, 432, 720, 720, 720, 720, 720, 840, 840, 840, 3360, 13860, 13860, 13860, 13860, 13860, 40320, 100800, 100800, 2106720, 7698600, 9028800, 9028800, 9028800, 9028800, 9028800, 9028800, 9028800, 9028800, 9028800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The bound a(i) > 6 is motivated by the fact that 1, 2, 4 and 6 are Niven numbers in every base.
LINKS
EXAMPLE
a(8) = 24 because 24 is the smallest k > 6 which is Niven in bases 1 (trivial), 2,..., 8. For example, 24 = (33)_7 = (44)_5 = (220)_3.
MATHEMATICA
a[n_] := Block[{k=7}, n > 1 && While[ Max@ Mod[k, Total /@ IntegerDigits[k, Range[2, n]]] > 0, k++]; k]; Array[a, 20]
CROSSREFS
Cf. A005349, A226169, A226319, A225427 (Niven in bases 1,...,n but not in base n+1).
Sequence in context: A156571 A356869 A099987 * A021563 A333938 A268575
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Jun 03 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 11:00 EDT 2024. Contains 371779 sequences. (Running on oeis4.)