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!)
A263169 Smallest positive k such that 78557^k + 2^n is prime, or 0 if no such value exists. 1
0, 33, 2, 0, 76 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
{0, 2, 3} is the set of all noncomposite numbers that belong to this sequence.
The sequence continues: a(5) = ?, a(6) = ?, 87, 12, 0, 0, 3, a(12) = ?.
LINKS
PROG
(Magma) lst:=[]; for n in [1..4] do if not n mod 6 eq 3 then k:=2; while not IsPrime(78557^k+2^n) do k+:=1; end while; Append(~lst, k); else Append(~lst, 0); end if; end for; [0] cat lst;
CROSSREFS
Cf. A076336.
Sequence in context: A218116 A279364 A308408 * A034060 A032445 A333128
KEYWORD
nonn,more
AUTHOR
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)