cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A013910 a(n) = 24^(5*n + 1).

This page as a plain text file.
%I A013910 #28 Sep 08 2022 08:44:38
%S A013910 24,191102976,1521681143169024,12116574790945106558976,
%T A013910 96479729228174488169059713024,768231807465763655682670928358014976,
%U A013910 6117141027690268863066571918245810640257024
%N A013910 a(n) = 24^(5*n + 1).
%H A013910 Vincenzo Librandi, <a href="/A013910/b013910.txt">Table of n, a(n) for n = 0..50</a>
%H A013910 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H A013910 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (7962624).
%F A013910 a(n) = 7962624*a(n-1), a(0)=24, where 7962624 = 24^5. - _Vincenzo Librandi_, May 29 2011
%F A013910 G.f.: 24/(1 - 7962624*x). - _Stefano Spezia_, Sep 09 2018
%F A013910 E.g.f.: 24*exp(7962624*x). - _Alejandro J. Becerra Jr._, May 18 2021
%t A013910 NestList[7962624#&,24,10] (* _Harvey P. Dale_, Jul 25 2019 *)
%o A013910 (Magma) [24^(5*n+1): n in [0..10]]; // _Vincenzo Librandi_, May 29 2011
%Y A013910 Cf. A009968.
%K A013910 nonn
%O A013910 0,1
%A A013910 _N. J. A. Sloane_