login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013839 6^(5n+2). 1
36, 279936, 2176782336, 16926659444736, 131621703842267136, 1023490369077469249536, 7958661109946400884391936, 61886548790943213277031694336, 481229803398374426442198455156736, 3742042951225759540014535187298779136 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..60

Tanya Khovanova, Recursive Sequences

FORMULA

a(0)=36, a(n)=7776*a(n-1) [From Harvey P. Dale, Nov 29 2011]

MATHEMATICA

lst={}; Do[AppendTo[lst, 6^(5*n+2)], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 15 2009]

6^(5*Range[0, 10]+2) (* or *) NestList[7776#&, 36, 10] (* From Harvey P. Dale, Nov 29 2011 *)

CROSSREFS

(MAGMA) [6^(5*n+2): n in [0..40]]; // Vincenzo Librandi, Apr 25 2011

Sequence in context: A133015 A203270 A185960 * A065752 A071226 A134369

Adjacent sequences:  A013836 A013837 A013838 * A013840 A013841 A013842

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:27 EST 2012. Contains 205904 sequences.