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!)
A181484 Numbers k such that no power of 2 can be subtracted from 3^k to make a prime. 2
36, 40, 66, 124, 162, 170, 179, 182, 184, 198, 206, 212, 214, 230, 262, 288, 302, 356, 358, 368, 393, 402, 406, 448, 456, 468, 493, 546, 586, 666, 676, 683, 686, 690, 702, 718, 724, 738, 752, 760, 785, 844, 854, 862, 866, 870, 882, 884, 888, 904, 918, 980 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Zeros of A181483, -1s of A180303.
Odd terms: 179, 393, 493, 683, 785, 1083, 1161, 1181, 1545, ..., . - Robert G. Wilson v, Oct 25 2010
LINKS
MATHEMATICA
fQ[n_] := Block[{k = 0, lmt = Floor@ Log[2, 3^n] +1, m = 3^n}, While[ k < lmt && !PrimeQ[m - 2^k], k++ ]; k == lmt]; Select[ Range@ 995, fQ] (* Robert G. Wilson v, Oct 25 2010 *)
CROSSREFS
Sequence in context: A254836 A067672 A276710 * A060292 A334911 A305942
KEYWORD
nonn
AUTHOR
Carl R. White, Oct 23 2010
EXTENSIONS
a(30) onwards from Robert G. Wilson v, Oct 25 2010
Name clarified by J. Lowell, Aug 21 2020
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 May 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)