login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A187879
a(n) = 3^(n^3).
1
1, 3, 6561, 7625597484987, 3433683820292512484657849089281, 436673502879206784130402698570834024654748577491697818855443
OFFSET
0,2
COMMENTS
Next term (11433811...77770721) has 104 digits.
LINKS
MATHEMATICA
3^Range[0, 7]^3
PROG
(Magma) [3^(n^3): n in [0..10]]; // Vincenzo Librandi, May 19 2011
CROSSREFS
Cf. A002416.
Sequence in context: A034317 A185671 A338412 * A325052 A283019 A056749
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 1 to 0 by Vincenzo Librandi, May 19 2011
STATUS
approved