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!)
A013768 a(n) = 21^(3*n + 1). 1
21, 194481, 1801088541, 16679880978201, 154472377739119461, 1430568690241985328321, 13248496640331026125580781, 122694327386105632949003612841, 1136272165922724266740722458520501, 10523016528610349434285830688358359761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
21^(3*Range[0, 10]+1) (* or *) NestList[9261#&, 21, 10] (* Harvey P. Dale, Apr 30 2020 *)
PROG
(Magma) [21^(3*n+1): n in [0..10]]; // Vincenzo Librandi, Jun 27 2011
(PARI) a(n)=21^(3*n+1) \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
Subsequence of A009965.
Sequence in context: A189310 A068735 A172800 * A182149 A358665 A203673
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)