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!)
A216428 Primes of the form 2^(n-1)*(n+1)^2-(-1)^n. 1
5, 17, 199, 577, 1567, 25601, 147457, 346111, 47316991, 104857601, 231211007, 1109393407, 11341398017, 52613349377, 4964982194177, 10522669875199, 5125690732661117028219823849471 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated by n: 1, 2, 4, 5, 6, 9, 11, 12, 18, 19, 20, 22, 25, 27, 33, 34, 90, 110, 111, 287, 424, 767, 1091, 2134,...
LINKS
EXAMPLE
a(1) = 2^(1 - 1)*(1 + 1)^2 - (-1)^1 = 5.
a(2) = 2^(2 - 1)*(2 + 1)^2 - (-1)^2 = 17.
a(3) = 2^(4 - 1)*(4 + 1)^2 - (-1)^4 = 199.
a(4) = 2^(5 - 1)*(5 + 1)^2 - (-1)^5 = 577.
MATHEMATICA
Select[Table[2^(n - 1) (n + 1)^2 - (-1)^n, {n, 300}], PrimeQ] (* Vincenzo Librandi, Sep 10 2012 *)
PROG
(Magma) [a: n in [1..100] | IsPrime(a) where a is 2^(n-1)*(n+1)^2 - (-1)^n]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Cf. A216362.
Sequence in context: A090645 A206328 A096407 * A062230 A103920 A086362
KEYWORD
nonn,less
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 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)