login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A013878
a(n) = 16^(5*n + 1).
1
16, 16777216, 17592186044416, 18446744073709551616, 19342813113834066795298816, 20282409603651670423947251286016, 21267647932558653966460912964485513216, 22300745198530623141535718272648361505980416, 23384026197294446691258957323460528314494920687616
OFFSET
0,1
MATHEMATICA
16^(5Range[0, 20]+1) (* Harvey P. Dale, Mar 09 2011 *)
PROG
(Magma) [16^(5*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
Sequence in context: A372140 A356084 A369821 * A058418 A372150 A291908
KEYWORD
nonn,easy
STATUS
approved