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!)
A001744 Numbers n such that every digit contains a loop (version 2). 24

%I #36 Sep 09 2019 10:58:00

%S 0,4,6,8,9,40,44,46,48,49,60,64,66,68,69,80,84,86,88,89,90,94,96,98,

%T 99,400,404,406,408,409,440,444,446,448,449,460,464,466,468,469,480,

%U 484,486,488,489,490,494,496,498,499,600,604,606,608,609,640,644,646

%N Numbers n such that every digit contains a loop (version 2).

%C See A001743 for the other version.

%C If n-1 is represented as a base-5 number (see A007091) according to n-1 = d(m)d(m-1)...d(3)d(2)d(1)d(0) then a(n)= Sum_{j=0..m} c(d(j))*10^j, where c(k)=0,4,6,8,9 for k=0..4. - _Hieronymus Fischer_, May 30 2012

%H Hieronymus Fischer, <a href="/A001744/b001744.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>.

%F From _Hieronymus Fischer_, May 30 2012: (Start)

%F a(n) = ((2*b_m(n)) mod 8 + 4 + floor(b_m(n)/4) - floor((b_m(n)+1)/4))*10^m + sum_{j=0..m-1} ((2*b_j(n))) mod 10 + 2*floor((b_j(n)+4)/5) - floor((b_j(n)+1)/5) -floor(b_j(n)/5)))*10^j, where n>1, b_j(n)) = floor((n-1-5^m)/5^j), m = floor(log_5(n-1)).

%F a(1*5^n+1) = 4*10^n.

%F a(2*5^n+1) = 6*10^n.

%F a(3*5^n+1) = 8*10^n.

%F a(4*5^n+1) = 9*10^n.

%F a(n) = 4*10^log_5(n-1) for n=5^k+1,

%F a(n) < 4*10^log_5(n-1), otherwise.

%F a(n) > 10^log_5(n-1) n>1.

%F a(n) = 4*A007091(n-1), iff the digits of A007091(n-1) are 0 or 1.

%F G.f.: g(x) = (x/(1-x))*sum_{j>=0} 10^j*x^5^j*(1-x^5^j)*(4 + 6x^5^j + 8(x^2)^5^j + 9(x^3)^5^j)/(1-x^5^(j+1)).

%F Also: g(x) = (x/(1-x))*(4*h_(5,1)(x) + 2*h_(5,2)(x) + 2*h_(5,3)(x) + h_(5,4)(x) - 9*h_(5,5)(x)), where h_(5,k)(x) = sum_{j>=0} 10^j*(x^5^j)^k/(1-(x^5^j)^5). (End)

%e a(1000) = 46999.

%e a(10^4) = 809999.

%e a(10^5) = 44499999.

%e a(10^6) = 668999999.

%t FromDigits/@Tuples[{0,4,6,8,9},3] (* _Harvey P. Dale_, Aug 16 2018 *)

%o (PARI) is(n) = #setintersect(vecsort(digits(n), , 8), [1, 2, 3, 5, 7])==0 \\ _Felix Fröhlich_, Sep 09 2019

%Y Cf. A061371, A029581, A007091, A046034, A084544, A084984, A017042, A001743, A014261, A014263, A202267, A202268.

%K base,nonn,easy

%O 1,2

%A _N. J. A. Sloane_

%E Ambiguous comment deleted by _Zak Seidov_, May 25 2010

%E Examples added by _Hieronymus Fischer_, May 30 2012

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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)