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!)
A178322 Numbers n such that 156/101*(10^(4n)-1)-1 is prime. 2

%I #13 Mar 20 2015 19:16:41

%S 1,2,5,29,30,108,679,4478,8736,17000,22427,22731

%N Numbers n such that 156/101*(10^(4n)-1)-1 is prime.

%C If n is in the sequence then m=91*(156/101*(10^(4n)-1)-1) is a term of A072394. Namely if n is a term of this sequence then for m=1/101*(14196*10^(4n)-23387), we have sigma(m)=reversal(m)-m (see comment lines of A072394).

%C Numbers corresponding to the larger terms are probable primes.

%C Next term exceeds 3500. - _Robert G. Wilson v_, Aug 08 2011.

%C a(13) > 40000. - _Robert Price_, May 23 2014

%t Select[Range[700], PrimeQ[156/101*(10^(4 #) - 1) - 1] &]

%Y Cf. A072394, A178321.

%K more,nonn

%O 1,2

%A _Farideh Firoozbakht_, May 26 2010

%E a(8)-a(12) from _Robert Price_, May 23 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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)