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!)
A242945 Numbers n such that n + DigitProd(n) = 10^(A055642(n)). 3

%I #30 Aug 09 2017 21:58:51

%S 5,91,919,7795,7984,9968647168,9991319797,9999761914432,

%T 9999982446427242496

%N Numbers n such that n + DigitProd(n) = 10^(A055642(n)).

%C It is not known if this sequence is finite or infinite.

%C a(10) (if it exists) is > 10^300. - _Max Alekseyev_, Jan 15 2015

%e 919 + 9*1*9 = 1000 = 10^3. Thus 919 is a member of this sequence.

%o (PARI) DP(n)=p=1;for(i=1,#digits(n),p*=digits(n)[i]);return(p)

%o for(n=1,10^6, if((n+DP(n))==10^(#Str(n)),print(n)))

%Y Cf. A007954.

%K nonn,base,more,hard

%O 1,1

%A _Derek Orr_, May 27 2014

%E a(6)-a(9) from _Hiroaki Yamanouchi_, Jul 10 2014

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 September 6 06:12 EDT 2024. Contains 375703 sequences. (Running on oeis4.)