VOOZH
about
URL: https://oeis.org/A013849
⇱ A013849 - OEIS
login
A013849
a(n) = 8^(5*n + 4).
1
4096, 134217728, 4398046511104, 144115188075855872, 4722366482869645213696, 154742504910672534362390528, 5070602400912917605986812821504, 166153499473114484112975882535043072, 5444517870735015415413993718908291383296
(
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 (32768).
MATHEMATICA
8^(5 Range[0, 10] + 4) (*
Wesley Ivan Hurt
, Sep 10 2023 *)
PROG
(Magma) [8^(5*n+4): n in [0..15]]; //
Vincenzo Librandi
, Jul 08 2011
CROSSREFS
Sequence in context:
A223583
A222143
A185565
*
A016800
A013805
A016836
Adjacent sequences:
A013846
A013847
A013848
*
A013850
A013851
A013852
KEYWORD
nonn
,
easy
AUTHOR
N. J. A. Sloane
STATUS
approved