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!)
A217163 a(n) is the least value of k such that the decimal expansion of n^k contains eight or more consecutive identical digits. 3
8554, 7720, 4277, 2790, 8533, 6176, 4442, 3860, 8, 2983, 2430, 5482, 1053, 5030, 3502, 5781, 3982, 4706, 8, 2568, 4850, 2740, 4549, 1395, 699, 2960, 2679, 3197, 8, 4057, 2709, 3115, 3436, 1190, 6629, 692, 3274, 5773, 8, 6997, 3536, 5936, 647, 3204, 1369, 1587 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MATHEMATICA
Table[k = 1; While[! MemberQ[Partition[Differences[IntegerDigits[n^k]], 7, 1], {0, 0, 0, 0, 0, 0, 0}], k++]; k, {n, 2, 50}] (* T. D. Noe, Oct 01 2012 *)
lvk8[n_]:=Module[{k=Ceiling[Log[n, 11111111]]}, While[Max[Length/@ Split[ IntegerDigits[n^k]]]<8, k++]; k] Array[lvk8, 50, 2] (* Harvey P. Dale, Jul 31 2013 *)
CROSSREFS
Sequence in context: A202986 A297896 A217338 * A243839 A287119 A156846
KEYWORD
nonn,base
AUTHOR
V. Raman, Sep 27 2012
EXTENSIONS
Definition clarified by Harvey P. Dale, Jul 31 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 August 24 02:06 EDT 2024. Contains 375396 sequences. (Running on oeis4.)