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!)
A236547 n such that (2^(2n + 1) - 2)/3 + n - 1 is prime. 3
2, 4, 10, 14, 28, 54, 62, 124, 592, 1088, 3154, 3920, 5564 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These primes are represented in the numeral system described in A235860 with the digit "2" followed to the right with n-1 "12" strings.
LINKS
EXAMPLE
For n = 2, (2^5 - 2)/3 + 1 = 11, which is prime, so 2 is in the sequence.
PROG
(PARI) isok(n) = isprime((2^(2*n+1) -2)/3 + n-1); \\ Michel Marcus, Jan 28 2014
CROSSREFS
Cf. A235860.
Sequence in context: A081115 A053417 A082230 * A078775 A351160 A056392
KEYWORD
nonn
AUTHOR
Robin Garcia, Jan 28 2014
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 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)