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.

A290243 Prime numbers of the form 3^k - 10.

This page as a plain text file.
%I A290243 #15 Jun 17 2025 03:12:35
%S A290243 17,71,233,719,6551,129140153,387420479,10460353193,31381059599,
%T A290243 150094635296999111,1350851717672992079,36472996377170786393,
%U A290243 58149737003040059690390159,523347633027360537213511511,443426488243037769948249630619149892793
%N A290243 Prime numbers of the form 3^k - 10.
%H A290243 Robert Price, <a href="/A290243/b290243.txt">Table of n, a(n) for n = 1..21</a>
%H A290243 F. Firoozbakht, M. F. Hasler, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL13/Hasler/hasler2.html">Variations on Euclid's formula for Perfect Numbers</a>,JIS 13 (2010) #10.3.1.
%H A290243 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop">PRP Records</a>
%H A290243 OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a>
%F A290243 a(n) = 3^A217347(n) - 10. - _Elmo R. Oliveira_, Nov 09 2023
%t A290243 Select[Table[3^k - 10, {k, 3, 100}], PrimeQ[#] &]
%o A290243 (PARI) lista(nn) = for(n=3, nn, if(isprime(p=3^n-10), print1(p", "))); \\ _Altug Alkan_, Jul 24 2017
%Y A290243 Cf. A000040, A217347 (corresponding k's).
%K A290243 nonn
%O A290243 1,1
%A A290243 _Robert Price_, Jul 24 2017