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!)
A263539 Smallest odd prime of the form k*a(n-1)*a(n-2)*...*a(1) + 2. 1
3, 5, 17, 257, 65537, 73014444017, 7839866227890585600377, 90965983657404652017189201081165598949585237, 59265532390032181385721703100931439246761487956490653915298719426194939212611074425177277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Infinite sequence of primes which coincides with Fermat primes, a(n) = A019434(n-1), only for n <= 5.
For the k values, see A263540.
LINKS
PROG
(PARI) terms=12; p=1; for(n=1, terms, q=p+2; while(!ispseudoprime(q), q+=2*p); print1(q, ", "); p*=q)
CROSSREFS
Sequence in context: A262534 A000215 A339344 * A123599 A100270 A016045
KEYWORD
nonn
AUTHOR
Jeppe Stig Nielsen, Oct 20 2015
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 28 16:57 EDT 2024. Contains 372091 sequences. (Running on oeis4.)