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!)
A247957 Numbers n such that 33^n + 2 is prime. 8

%I #35 Sep 08 2022 08:46:09

%S 0,2,26,60,218,248,399,1175,1244,2670,9300,45216,144412

%N Numbers n such that 33^n + 2 is prime.

%C Some terms correspond to probable primes. Lifchitz link shows that _Ray Chandler_ discovered 9300, and Lelio R Paula found that 45216 is in the sequence. - _Jens Kruse Andersen_, Sep 29 2014

%C Terms in the similar sequence, 53^n+2, begin with 0, 7, 14483 with the next term > 2*10^5. - _Robert Price_, Mar 28 2015

%C Confirmed that 45216 is a(12). - _Robert Price_, Apr 14 2015

%C a(14) > 2*10^5. - _Robert Price_, Apr 14 2015

%H Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=33^n%2B2&amp;action=Search">PRP Records, search for 33^n+2</a>

%p A247957:=n->`if`(isprime(33^n+2),n,NULL): seq(A247957(n), n=0..1000); # _Wesley Ivan Hurt_, Sep 28 2014

%t Select[Range[0,1000], PrimeQ[33^# + 2] &]

%o (Magma) [n: n in [0..350]| IsPrime( 33^n + 2 )]

%o (PARI) is(n)=ispseudoprime(33^n+2) \\ _Charles R Greathouse IV_, Feb 17 2017

%Y Cf. numbers n such that k^n+2 is prime: A051783 (k=3), A087885 (k=5), A090649 (k=9), A109076 (k=11), A138048 (k=15), A113480 (k=17), A138049 (k=21), A138050 (k=23), A138051 (k=27), A087886 (k=29), this sequence (k=33), A247958 (k=35), A247959 (k=39), A247960 (k=41), A247961 (k=45); (0, 113) for k=47; A247962 (k=51); A247963 (k=57), A113481 (k=59).

%K nonn,more

%O 1,2

%A _Vincenzo Librandi_, Sep 28 2014

%E a(8)-a(11) from _Jens Kruse Andersen_, Sep 29 2014

%E a(12)-a(13) from _Robert Price_, Apr 14 2015

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 9 03:53 EDT 2024. Contains 373227 sequences. (Running on oeis4.)