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!)
A155131 Numbers n such that 2^44+n is prime. 1
7, 21, 27, 55, 175, 195, 235, 243, 331, 351, 397, 453, 471, 531, 603, 607, 657, 691, 733, 741, 777, 825, 847, 855, 861, 895, 925, 931, 937, 957, 973, 1063, 1147, 1155, 1167, 1201, 1233, 1275, 1357, 1401, 1477, 1521, 1537, 1605, 1653, 1687, 1741, 1761, 1797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(n+597116381733) - 2^44. - Robert Israel, Nov 19 2023
MAPLE
x:= 2^44: R:= NULL:
for i from 1 to 100 do
x:= nextprime(x); R:= R, x - 2^44;
od:
R; # Robert Israel, Nov 19 2023
MATHEMATICA
With[{c=2^44}, Select[Range[2000], PrimeQ[c+#]&]] (* Harvey P. Dale, May 18 2021 *)
PROG
(PARI) g(n) = for(x=1, n, y=2^44+x; if(isprime(y), print1(x", ")))
CROSSREFS
Sequence in context: A058525 A219036 A063469 * A160890 A319527 A297178
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jan 20 2009
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 July 14 17:41 EDT 2024. Contains 374322 sequences. (Running on oeis4.)