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!)
A317726 Length of runs of terms in A104381 which differ only in the last decimal place. 0
4, 4, 2, 3, 3, 2, 2, 3, 2, 3, 4, 1, 1, 3, 1, 2, 2, 2, 1, 4, 1, 3, 2, 1, 3, 2, 2, 2, 1, 1, 3, 2, 2, 2, 1, 2, 2, 1, 2, 1, 1, 3, 2, 2, 3, 1, 2, 2, 2, 2, 2, 1, 3, 2, 1, 2, 2, 3, 1, 3, 3, 1, 2, 1, 1, 3, 1, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 4, 1, 3, 1, 1, 3, 2, 2, 1, 1, 2, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 1, 3, 1, 3, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(11) = 4 because there are four elements in A104381 which differ from each other only in their last digit: 101, 103, 107, and 109.
MATHEMATICA
Length /@ SplitBy[QuotientRemainder[#, 10] & /@ {1}~Join~Select[Range[1200], PowerMod[10, # - 1, #] == 1 &], First] (* Michael De Vlieger, Aug 05 2018, after Harvey P. Dale at A104381 *)
CROSSREFS
Cf. A104381.
Sequence in context: A099655 A276149 A146899 * A031351 A068923 A222295
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Michael De Vlieger, Aug 05 2018
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)