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.

A290244 Primes of the form 3^k - 14.

This page as a plain text file.
%I A290244 #21 Jun 17 2025 09:23:31
%S A290244 13,67,229,6547,129140149,1162261453,68630377364869,
%T A290244 145557834293068928043467566190278008218249525830565939618467
%N A290244 Primes of the form 3^k - 14.
%H A290244 Robert Price, <a href="/A290244/b290244.txt">Table of n, a(n) for n = 1..9</a>
%H A290244 F. Firoozbakht and 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 A290244 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop">PRP Records</a>
%H A290244 OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a>
%F A290244 a(n) = 3^A219038(n) - 14. - _Elmo R. Oliveira_, Nov 11 2023
%t A290244 Select[Table[3^k - 14, {k, 3, 100}], PrimeQ[#] &]
%o A290244 (PARI) lista(nn) = for(n=3, nn, if(isprime(p=3^n-14), print1(p", "))); \\ _Altug Alkan_, Jul 25 2017
%Y A290244 Cf. A000040, A219038 (corresponding k's).
%K A290244 nonn
%O A290244 1,1
%A A290244 _Robert Price_, Jul 24 2017