The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A237275 Smallest k divisible by the n-th power of its last decimal digit > 1. 0
2, 2, 12, 32, 32, 32, 192, 512, 512, 512, 3072, 8192, 8192, 8192, 49152, 131072, 131072, 131072, 786432, 2097152, 2097152, 2097152, 12582912, 33554432, 33554432, 33554432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Conjecture: a(n) == 2 (mod 10).
LINKS
FORMULA
a(n) = 3*2^n if n mod 4 = 2; 2^(n+2-((n+1) mod 4)) otherwise. - Jon E. Schoenfield, Sep 12 2017
EXAMPLE
a(0) = 2 because 2 is divisible by 2^0 = 1.
a(1) = 2 because 2 is divisible by 2^1 = 2.
a(2) = 12 because 12 is divisible by 2^2 = 4.
MATHEMATICA
Do[k=1; While[!Total[Transpose[IntegerDigits[k][[-1]]>0&&Mod[k, IntegerDigits[k][[-1]]^n]==0&&!Mod[k, 10]==1], k++]]; Print[n, " ", k-1], {n, 0, 25}]
CROSSREFS
Cf. A132359.
Sequence in context: A033886 A185144 A185344 * A087131 A199240 A349529
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Apr 22 2014
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 June 6 13:08 EDT 2024. Contains 373128 sequences. (Running on oeis4.)