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!)
A066209 A053041(n)-10^(n-1). 2

%I #7 Aug 03 2014 14:27:52

%S 0,0,2,0,0,2,6,0,8,0,10,8,12,4,5,0,16,8,18,0,5,12,22,8,0,16,8,8,28,20,

%T 30,0,32,24,10,8,36,28,17,0,40,2,42,12,35,36,46,32,41,0,2,40,52,8,10,

%U 32,14,48,58,20,60,52,26,0,10,56,66,20,38,50,70,8,72,64,50,64,10,74,78

%N A053041(n)-10^(n-1).

%C a(n) = 0 iff n is of form 2^i*5^j (cf. A003592).

%t lst = {}; Do[z = n - Mod[10^n/10, n]; If[z == n, z = 0]; AppendTo[lst, z], {n, 79}]; lst (* _Arkadiusz Wesolowski_, Apr 02 2012 *)

%K easy,nonn

%O 1,3

%A _Vladeta Jovovic_, Dec 17 2001

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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)