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

A013859
a(n) = 11^(5*n + 2).
1
121, 19487171, 3138428376721, 505447028499293771, 81402749386839761113321, 13109994191499930367061460371, 2111377674535255285545615254209921, 340039485861577398992406882305761986971, 54763699237492901685126120802225273763666521
OFFSET
0,1
MATHEMATICA
NestList[161051#&, 121, 10] (* Harvey P. Dale, May 23 2018 *)
PROG
(Magma) [11^(5*n+2): n in [0..10]]; // Vincenzo Librandi, Jul 08 2011
(Maxima) makelist(11^(5*n+2), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 11^(5*n+2); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A068490 A077735 A068121 * A303897 A060032 A376069
KEYWORD
nonn,easy
STATUS
approved