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.

A097059 Numbers of the form p^3 + 3^p for p prime.

This page as a plain text file.
%I A097059 #11 Jul 23 2021 11:28:32
%S A097059 17,54,368,2530,178478,1596520,129145076,1162268326,94143190994,
%T A097059 68630377389272,617673396313738,450283905891048016,
%U A097059 36472996377170855324,328256967394537157134,26588814358957503391610
%N A097059 Numbers of the form p^3 + 3^p for p prime.
%e A097059 For example, the first two terms are 2^3 + 3^2 = 17, 3^3 + 3^3 = 54.
%t A097059 Table[Prime[n]^3 + 3^Prime[n], {n, 16}] (* _Robert G. Wilson v_, Sep 15 2004 *)
%t A097059 #^3+3^#&/@Prime[Range[20]] (* _Harvey P. Dale_, Jul 23 2021 *)
%o A097059 (PARI) forprime(p=2,47,print1(p^3+3^p,",")) \\ _Klaus Brockhaus_
%K A097059 nonn,easy
%O A097059 1,1
%A A097059 _Parthasarathy Nambi_, Sep 15 2004
%E A097059 More terms from _Klaus Brockhaus_, _Ray Chandler_ and _Robert G. Wilson v_, Sep 15 2004