|
Search: id:A097059
|
|
|
| A097059 |
|
Numbers of the form p^3 + 3^p for p prime. |
|
+0 4
|
|
| 17, 54, 368, 2530, 178478, 1596520, 129145076, 1162268326, 94143190994, 68630377389272, 617673396313738, 450283905891048016, 36472996377170855324, 328256967394537157134, 26588814358957503391610
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
For example, the first two terms are 2^3 + 3^2 = 17, 3^3 + 3^3 = 54
|
|
MATHEMATICA
|
Table[Prime[n]^3 + 3^Prime[n], {n, 16}] (from Robert G. Wilson v Sep 15 2004)
|
|
PROGRAM
|
(PARI) forprime(p=2, 47, print1(p^3+3^p, ", ")) (Brockhaus)
|
|
CROSSREFS
|
Sequence in context: A146405 A158968 A072895 this_sequence A117390 A141841 A146682
Adjacent sequences: A097056 A097057 A097058 this_sequence A097060 A097061 A097062
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 15 2004
|
|
EXTENSIONS
|
More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Ray Chandler (rayjchandler(AT)sbcglobal.net) and Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 15 2004
|
|
|
Search completed in 0.002 seconds
|