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”).

A013805
a(n) = 16^(4*n + 3).
1
4096, 268435456, 17592186044416, 1152921504606846976, 75557863725914323419136, 4951760157141521099596496896, 324518553658426726783156020576256, 21267647932558653966460912964485513216, 1393796574908163946345982392040522594123776
OFFSET
0,1
MATHEMATICA
16^(4Range[0, 10]+3) (* Harvey P. Dale, Mar 05 2011 *)
PROG
(Magma) [16^(4*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
(Maxima) makelist(16^(4*n+3), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 16^(4*n+3); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A185565 A013849 A016800 * A016836 A013880 A016884
KEYWORD
nonn,easy
STATUS
approved