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!)
A217164 a(n) is the least value of k such that the decimal expansion of n^k contains nine consecutive identical digits. 3
42485, 22791, 21243, 2796, 27717, 33836, 14162, 22076, 9, 9443, 11429, 16661, 16548, 11259, 10622, 14991, 5786, 28096, 9, 2890, 16736, 14116, 4549, 1398, 27735, 7597, 3614, 10332, 9, 4057, 8497, 9060, 23985, 2943, 13859, 11422, 13270, 5773, 9, 14777, 11541 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MATHEMATICA
Table[k = 1; While[! MemberQ[Partition[Differences[IntegerDigits[n^k]], 8, 1], {0, 0, 0, 0, 0, 0, 0, 0}], k++]; k, {n, 2, 50}] (* T. D. Noe, Oct 01 2012 *)
CROSSREFS
Sequence in context: A271749 A031670 A237312 * A062694 A210264 A251245
KEYWORD
nonn,base
AUTHOR
V. Raman, Sep 27 2012
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 July 28 06:05 EDT 2024. Contains 374676 sequences. (Running on oeis4.)