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.

A195530 Primes of the form 3*2^n - 2*n - 1.

This page as a plain text file.
%I A195530 #10 May 24 2012 12:32:54
%S A195530 2,3,7,17,179,751,6121,12263,49123,393181,50331599,201326539,
%T A195530 13194139533227,56668397794435742564203,1856910058928070412348686157,
%U A195530 8769009823985417509222108996297698117935595257533,4597486622597666575075041081450927550856217366550806167
%N A195530 Primes of the form 3*2^n - 2*n - 1.
%C A195530 Generated by n = 0, 1, 2, 3, 6, 8, 11, 12, 14, 17, 24, 42, 74, 89, 161, 180,...
%F A195530 prime: A007283(n)-A005408(n).
%t A195530 Select[Table[3 2^n-2n-1,{n,0,200}],PrimeQ] (* _Harvey P. Dale_, May 24 2012 *)
%Y A195530 Cf. A005408, A007505, A007283.
%K A195530 nonn
%O A195530 1,1
%A A195530 _Juri-Stepan Gerasimov_, Sep 21 2011