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!)
A013726 a(n) = 21^(2*n + 1). 3
21, 9261, 4084101, 1801088541, 794280046581, 350277500542221, 154472377739119461, 68122318582951682301, 30041942495081691894741, 13248496640331026125580781, 5842587018385982521381124421 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 441*a(n-1); a(0)=21.
G.f.: 21/(1-441*x). (End)
a(n) = A009965(A005408(n)). - Wesley Ivan Hurt, Feb 10 2014
MAPLE
seq(21^(2*n+1), n=0..10); # Nathaniel Johnston, Jun 25 2011
MATHEMATICA
Table[21^(2 n + 1), {n, 0, 15}] (* Wesley Ivan Hurt, Feb 10 2014 *)
PROG
(Magma) [21^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n)=21^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Bisection of A009965 (21^n).
Sequence in context: A263278 A176446 A135823 * A159358 A048914 A046183
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.)