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!)
A196273 Primes of the form n*2^(n-1)+1. 2

%I #16 Jul 17 2018 15:12:00

%S 2,5,13,193,449,114689,1811939329,2434970217729660813313,

%T 4943727411754159833089,6731298963614255244763987969,

%U 2388456554926020709124028311441244161

%N Primes of the form n*2^(n-1)+1.

%C Generated by n = 1, 2, 3, 6, 7, 14, 27, 66, 67, 87, 115, .. = A029544(n)+1.

%C See also A236752 for primes of the form k*2^(k-1) - 1, and A230769 for the corresponding indices k (minus 1). - _M. F. Hasler_, Mar 01 2014

%t Select[Table[n*2^(n-1)+1,{n,150}],PrimeQ] (* _Harvey P. Dale_, Jul 17 2018 *)

%o (PARI) lista(nn) = {for (n=1, nn, if (isprime(p = n*2^(n-1)+1), print1(p, ", ")););} \\ _Michel Marcus_, Nov 09 2013

%Y Cf. A005183.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Sep 29 2011

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 23 16:06 EDT 2024. Contains 372763 sequences. (Running on oeis4.)