login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098855 Numbers n such that (2^n)*(2^n + 1) - 1 is prime. 1
1, 2, 3, 4, 6, 10, 16, 24, 26, 35, 52, 55, 95, 144, 379, 484, 939, 1284, 1300, 2651, 3644, 3979, 7179, 8304 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Or, numbers n such that 4^n+2^n-1 is prime.

FORMULA

A110082(n)=2^(a(n)-1)*(4^a(n)+2^a(n)-1).

EXAMPLE

1300 is in the sequence because 4^1300+2^1300-1 is prime.

(2^1)*(2^1 + 1)-1 = 5

(2^2)*(2^2 + 1)-1 = 19

(2^3)*(2^3 + 1)-1 = 71

(2^4)*(2^4 + 1)-1 = 271

MATHEMATICA

Do[If[PrimeQ[4^m+2^m-1], Print[m]], {m, 8000}] - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 03 2005

CROSSREFS

Cf. A110079, A110082.

Sequence in context: A186426 A018062 A070542 * A143283 A104767 A072944

Adjacent sequences:  A098852 A098853 A098854 * A098856 A098857 A098858

KEYWORD

nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Oct 11 2004

EXTENSIONS

Corrected by Torin Huzil (thuzil(AT)gmail.com), Sep 15 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.