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

A013867
a(n) = 13^(5*n + 2).
1
169, 62748517, 23298085122481, 8650415919381337933, 3211838877954855105157369, 1192533292512492016559195008117, 442779263776840698304313192148785281, 164400841185494513395503358052498933338333, 61040881526285814362156628321386486455989674569
OFFSET
0,1
FORMULA
a(0)=169, a(n)=371293*a(n-1). - Harvey P. Dale, Apr 21 2013
MATHEMATICA
13^(5Range[0, 10]+2) (* or *) NestList[371293#&, 169, 10] (* Harvey P. Dale, Apr 21 2013 *)
PROG
(Magma) [13^(5*n+2): n in [0..10]]; // Vincenzo Librandi, Jul 09 2011
CROSSREFS
Sequence in context: A195219 A195276 A013753 * A074666 A043658 A296892
KEYWORD
nonn,easy
STATUS
approved