login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Indices of primes in A095137(n).
0

%I #2 Mar 30 2012 17:31:01

%S 1,3,4,5,6,7,17,22,25,29,34,40,58,78,99,146,249,554,767,963

%N Indices of primes in A095137(n).

%t f[n_] := Abs[ Product[ Prime[i], {i, 2, n, 2}] + Product[ Prime[i], {i, 1, n, 2}]]; f[1] = 2; Do[ If[ PrimeQ[ f[n]], Print[n]], {n, 1000}]

%Y Cf. A095137.

%K nonn

%O 1,2

%A _Robert G. Wilson v_, May 28 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 19 21:59 EDT 2024. Contains 376015 sequences. (Running on oeis4.)