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.

A127908 Primes of form (3^n + 2^n)/5.

This page as a plain text file.
%I A127908 #4 Aug 07 2019 14:45:32
%S A127908 7,463,35839,798167678837469920188160718521149336927,
%T A127908 24665899002341798194980052306171212216360861465143461865961807325057879,
%U A127908 5001149050738853423183653309332375420192266379562546200601855155172715420590196078603421469034502777938287
%N A127908 Primes of form (3^n + 2^n)/5.
%C A127908 Numbers n such that (2^n + 3^n)/5 is prime are listed in A057469 = {3, 7, 11, 83, 149, 223, 599, 647, 1373, 8423, ...}.
%F A127908 a(n) = (2^A057469(n) + 3^A057469(n))/5.
%t A127908 Do[f=(2^n+3^n)/5; If[PrimeQ[f], Print[{n, f}]], {n, 1, 1000}]
%t A127908 Select[Table[(3^n+2^n)/5,{n,500}],PrimeQ] (* _Harvey P. Dale_, Aug 07 2019 *)
%Y A127908 Cf. A057469.
%K A127908 nonn
%O A127908 1,1
%A A127908 _Alexander Adamchuk_, Feb 05 2007