login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013906 a(n) = 23^(5*n + 1). 1

%I #22 Sep 08 2022 08:44:38

%S 23,148035889,952809757913927,6132610415680998648961,

%T 39471584120695485887249589623,254052654154149545721997685422868689,

%U 1635170022196481349560959748587682926364327,10524515126174167358877236351104092889324551536161,67739389260745218861137988047774370539553852007909099223

%N a(n) = 23^(5*n + 1).

%H Vincenzo Librandi, <a href="/A013906/b013906.txt">Table of n, a(n) for n = 0..50</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 (6436343).

%F a(n) = 6436343*a(n-1), a(0)=23. - _Vincenzo Librandi_, May 29 2011

%F a(n) = A009967(A016861(n)). - _Wesley Ivan Hurt_, Jan 30 2014

%F E.g.f.: 23*exp(6436343*x). - _Alejandro J. Becerra Jr._, Jun 27 2021

%p A013906:=n->23^(5*n + 1); seq(A013906(n), n=0..10); # _Wesley Ivan Hurt_, Jan 30 2014

%t Table[23^(5n + 1), {n, 0, 10}] (* _Wesley Ivan Hurt_, Jan 30 2014 *)

%o (Magma) [23^(5*n+1): n in [0..10]]; // _Vincenzo Librandi_, May 29 2011

%Y Cf. A009967, A016861.

%K nonn

%O 0,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)