login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A290244 Primes of the form 3^k - 14. 1
13, 67, 229, 6547, 129140149, 1162261453, 68630377364869, 145557834293068928043467566190278008218249525830565939618467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
F. Firoozbakht, M. F. Hasler, Variations on Euclid's formula for Perfect Numbers, JIS 13 (2010) #10.3.1.
Henri & Renaud Lifchitz, PRP Records
OpenPFGW Project, Primality Tester
FORMULA
a(n) = 3^A219038(n) - 14. - Elmo R. Oliveira, Nov 11 2023
MATHEMATICA
Select[Table[3^k - 14], {k, 3, 100}], PrimeQ[#] &]
PROG
(PARI) lista(nn) = for(n=3, nn, if(isprime(p=3^n-14), print1(p", "))); \\ Altug Alkan, Jul 25 2017
CROSSREFS
Cf. A000040, A219038 (corresponding k's).
Sequence in context: A106975 A086689 A141956 * A137720 A199896 A213355
KEYWORD
nonn
AUTHOR
Robert Price, Jul 24 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)