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!)
A013838 a(n) = 6^(5*n + 1). 1

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

%S 6,46656,362797056,2821109907456,21936950640377856,

%T 170581728179578208256,1326443518324400147398656,

%U 10314424798490535546171949056,80204967233062404407033075859456,623673825204293256669089197883129856

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

%H Vincenzo Librandi, <a href="/A013838/b013838.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 (7776).

%t 6^(5*Range[0,10]+1) (* _Harvey P. Dale_, Jan 15 2012 *)

%o (Magma) [6^(5*n+1): n in [0..15]]; // _Vincenzo Librandi_, Jul 08 2011

%o (Maxima) makelist(6^(5*n+1),n,0,20); /* _Martin Ettl_, Oct 21 2012 */

%o (PARI) a(n) = 6^(5*n+1); \\ _Altug Alkan_, Sep 08 2018

%K nonn,easy

%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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)