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

 

Logo
A088165 NSW primes: NSW numbers that are also prime. 34

%I #43 Apr 03 2023 10:36:10

%S 7,41,239,9369319,63018038201,489133282872437279,

%T 19175002942688032928599,

%U 123426017006182806728593424683999798008235734137469123231828679

%N NSW primes: NSW numbers that are also prime.

%C Next term a(9) is too large (99 digits) to include here. - _Ray Chandler_, Sep 21 2003

%C These primes are the prime RMS numbers (A140480): primes p such that (1+p^2)/2 is a square r^2. Then r is a Pell number, A000129. - _T. D. Noe_, Jul 01 2008

%C Also prime numerators with an odd index in A001333. - _Ctibor O. Zizka_, Aug 13 2008

%C r in the above note of T. D. Noe is a prime Pell number (A000129) with an odd index. - _Ctibor O. Zizka_, Aug 13 2008

%C General recurrence is a(n) = (a(1)-1)*a(n-1) - a(n-2), a(1) >= 4, lim_{n->infinity} a(n) = x*(k*x+1)^n, k = a(1)-3, x = (1+sqrt((a(1)+1)/(a(1)-3)))/2. Examples in the OEIS: a(1)=4 gives A002878, primes in it A121534. a(1)=5 gives A001834, primes in it A086386. a(1)=6 gives A030221, primes in it not in the OEIS {29, 139, 3191, ...}. a(1)=7 gives A002315, primes in it A088165. a(1)=8 gives A033890, primes in it not in the OEIS (do there exist any ?). a(1)=9 gives A057080, primes in it not in the OEIS {71, 34649, 16908641, ...}. a(1)=10 gives A057081, primes in it not in the OEIS {389806471, 192097408520951, ...}. - _Ctibor O. Zizka_, Sep 02 2008

%D Paulo Ribenboim, The New Book of Prime Number Records, 3rd edition, Springer-Verlag, New York, 1995, pp. 367-369.

%H Alois P. Heinz, <a href="/A088165/b088165.txt">Table of n, a(n) for n = 1..14</a>

%H Morris Newman, Daniel Shanks, H. C. Williams, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa38/aa3826.pdf">Simple groups of square order and an interesting sequence of primes</a>, Acta Arith., 38 (1980/1981), pp. 129-140.

%H M. Newman, D. Shanks and L. L. Foster, <a href="http://www.jstor.org/stable/2320772">Simple groups of square order (6176)</a>, The American Mathematical Monthly, Vol. 86, No. 4 (Apr., 1979), pp. 314-315.

%H The Prime Glossary, <a href="https://t5k.org/glossary/page.php?sort=NSWNumber">NSW numbers</a>

%F a(n) mod A005850(n) = 1. - _Altug Alkan_, Mar 17 2016

%o (PARI) w=3+quadgen(32); forprime(p=2,1e3, if(ispseudoprime(t=imag((1+w)*w^p)), print1(t", "))) \\ _Charles R Greathouse IV_, Apr 29 2015

%Y Cf. A002315 (NSW numbers), A005850 (indices for NSW primes).

%K nonn

%O 1,1

%A _Christian Schroeder_, Sep 21 2003

%E More terms from _Ray Chandler_, Sep 21 2003

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 August 26 12:38 EDT 2024. Contains 375456 sequences. (Running on oeis4.)