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

A013879
a(n) = 16^(5*n + 2).
1
256, 268435456, 281474976710656, 295147905179352825856, 309485009821345068724781056, 324518553658426726783156020576256, 340282366920938463463374607431768211456, 356811923176489970264571492362373784095686656, 374144419156711147060143317175368453031918731001856
OFFSET
0,1
MATHEMATICA
16^(5*Range[0, 20]+2) (* or *) NestList[1048576#&, 256, 20] (* Harvey P. Dale, Jul 21 2024 *)
PROG
(Magma) [16^(5*n+2): n in [0..10]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
Sequence in context: A017012 A017096 A017192 * A073600 A070327 A008972
KEYWORD
nonn,easy
STATUS
approved