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!)
A216872 Numbers n such that 2^n in decimal has at least 8 of the digits 0-9 appearing a prime number times. 1

%I #31 Apr 17 2015 18:11:42

%S 59,67,88,104,107,108,113,114,118,120,141,146,150,156,190,214,444,

%T 880628

%N Numbers n such that 2^n in decimal has at least 8 of the digits 0-9 appearing a prime number times.

%C Heuristically, all digits appear a prime number of times for an infinite number of values of n. A216873 contains the subset with 9 in place of 8.

%C a(19) > 5000000. - _James G. Merickel_, Apr 17 2015

%o (PARI)

%o /* program prints asterisks for values giving 9 instead of just 8,

%o and stops if all digits appear a prime number of times. */

%o { a=2;p=1;while(p,b=a;c=vectorsmall(10);while(b,

%o d=b%10;b\=10;c[d+1]++;next());e=3;for(i=1,10,

%o if(isprime(c[i])==0,e--;if(e==0,break())));if(e,

%o print1(p);if(e>1,print1("*");if(e==3,break()));print1("\n"));

%o p++;a+=a;next()) }

%Y Cf. A216873.

%K nonn,base,hard

%O 1,1

%A _James G. Merickel_, Sep 18 2012

%E a(18) added by _James G. Merickel_, Jul 07 2013

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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)