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!)
A013841 a(n) = 6^(5*n + 4). 1
1296, 10077696, 78364164096, 609359740010496, 4738381338321616896, 36845653286788892983296, 286511799958070431838109696, 2227915756473955677973140996096, 17324272922341479351919144385642496, 134713546244127343440523266742756048896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
PROG
(Magma) [6^(5*n+4): n in [0..15]]; // Vincenzo Librandi, Jul 08 2011
(Maxima) makelist(6^(5*n+4), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 6^(5*n+4); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A204083 A067492 A222338 * A358648 A256834 A031750
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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