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.

A096723 Numbers n such that 3^n has the form 2p-+1 where p is prime.

This page as a plain text file.
%I A096723 #22 Mar 22 2023 12:30:19
%S A096723 1,2,3,4,7,13,16,32,64,71,103,541,1091,1367,1627,4177,9011,9551,36913,
%T A096723 43063,49681,57917,483611,877843,2215303,2704981,3598867
%N A096723 Numbers n such that 3^n has the form 2p-+1 where p is prime.
%C A096723 For the corresponding primes p see A088553.
%C A096723 For n > 1, numbers n such that (3^n + (-1)^n)/2 is prime. - _Thomas Ordowski_, Dec 26 2016
%t A096723 Select[Range[4200],Or@@PrimeQ[(3^#+{1,-1})/2]&] (* _Harvey P. Dale_, Mar 05 2013 *)
%Y A096723 Cf. A028491, A075081, A088553, A093625, A171381.
%K A096723 nonn,more
%O A096723 1,2
%A A096723 _Lekraj Beedassy_, Jul 05 2004
%E A096723 More terms from _Ray Chandler_, Jul 09 2004
%E A096723 a(25)-a(27) (from A028491 and A171381) from _Tyler Busby_, Mar 22 2023