cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A196273 #16 Jul 17 2018 15:12:00
%S A196273 2,5,13,193,449,114689,1811939329,2434970217729660813313,
%T A196273 4943727411754159833089,6731298963614255244763987969,
%U A196273 2388456554926020709124028311441244161
%N A196273 Primes of the form n*2^(n-1)+1.
%C A196273 Generated by n = 1, 2, 3, 6, 7, 14, 27, 66, 67, 87, 115, ..  = A029544(n)+1.
%C A196273 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 A196273 Select[Table[n*2^(n-1)+1,{n,150}],PrimeQ] (* _Harvey P. Dale_, Jul 17 2018 *)
%o A196273 (PARI) lista(nn) = {for (n=1, nn, if (isprime(p = n*2^(n-1)+1), print1(p, ", ")););} \\ _Michel Marcus_, Nov 09 2013
%Y A196273 Cf. A005183.
%K A196273 nonn
%O A196273 1,1
%A A196273 _Juri-Stepan Gerasimov_, Sep 29 2011