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!)
A247960 Numbers n such that 41^n + 2 is prime. 1
0, 1, 9, 23, 681, 2487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
All terms > 0 are odd. - Robert Israel, Sep 29 2014
a(7) > 2*10^5. - Robert Price, May 08 2015
LINKS
MATHEMATICA
Select[Range[0, 2000], PrimeQ[41^# + 2] &]
PROG
(Magma) [n: n in [0..600]| IsPrime( 41^n + 2 )];
(PARI) is(n)=ispseudoprime(41^n+2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. similar sequences listed in A247957.
Sequence in context: A266238 A066008 A101058 * A347559 A161431 A223379
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Sep 29 2014
STATUS
approved

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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)