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

A013868
a(n) = 13^(5*n + 3).
1
2197, 815730721, 302875106592253, 112455406951957393129, 41753905413413116367045797, 15502932802662396215269535105521, 5756130429098929077956071497934208653, 2137210935411428674141543654682486133398329
OFFSET
0,1
FORMULA
a(n) = 371293*a(n-1). - Wesley Ivan Hurt, Jan 22 2022
PROG
(Magma) [13^(5*n+3): n in [0..10]]; // Vincenzo Librandi, Jul 09 2011
(Maxima) makelist(13^(5*n+3), n , 0, 30); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Sequence in context: A017535 A180693 A013799 * A044884 A019297 A044989
KEYWORD
nonn,easy
STATUS
approved

  NODES
COMMUNITY 1
INTERN 1