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”).
%I #19 Sep 08 2022 08:44:38
%S 289,1419857,6975757441,34271896307633,168377826559400929,
%T 827240261886336764177,4064231406647572522401601,
%U 19967568900859523802559065713,98100666009922840441972689847969,481968572106750915091411825223071697
%N a(n) = 17^(3*n + 2).
%H Vincenzo Librandi, <a href="/A013761/b013761.txt">Table of n, a(n) for n = 0..100</a>
%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (4913).
%F From _Philippe Deléham_, Dec 03 2008: (Start)
%F a(n) = 4913*a(n-1), a(0)=289.
%F G.f.: 289/(1-4913*x).
%F a(n) = 17*A013760(n). (End)
%o (Magma) [17^(3*n+2): n in [0..15]]; // _Vincenzo Librandi_, May 24 2011
%o (PARI) a(n)=17^(3*n+2) \\ _Charles R Greathouse IV_, Jul 11 2016
%K nonn,easy
%O 0,1
%A _N. J. A. Sloane_