VOOZH
about
URL: https://oeis.org/A013841
⇱ A013841 - OEIS
login
A013841
a(n) = 6^(5*n + 4).
1
1296, 10077696, 78364164096, 609359740010496, 4738381338321616896, 36845653286788892983296, 286511799958070431838109696, 2227915756473955677973140996096, 17324272922341479351919144385642496, 134713546244127343440523266742756048896
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,1
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 0..100
Tanya Khovanova,
Recursive Sequences
Index entries for linear recurrences with constant coefficients
, signature (7776).
PROG
(Magma) [6^(5*n+4): n in [0..15]]; //
Vincenzo Librandi
, Jul 08 2011
(Maxima) makelist(6^(5*n+4), n, 0, 20); /*
Martin Ettl
, Oct 21 2012 */
(PARI) a(n) = 6^(5*n+4); \\
Altug Alkan
, Sep 08 2018
CROSSREFS
Sequence in context:
A067492
A384027
A222338
*
A358648
A256834
A031750
Adjacent sequences:
A013838
A013839
A013840
*
A013842
A013843
A013844
KEYWORD
nonn
,
easy
AUTHOR
N. J. A. Sloane
STATUS
approved