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!)
A013716 a(n) = 11^(2*n + 1). 4
11, 1331, 161051, 19487171, 2357947691, 285311670611, 34522712143931, 4177248169415651, 505447028499293771, 61159090448414546291, 7400249944258160101211, 895430243255237372246531 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 121*a(n-1), a(0)=11.
G.f.: 11/(1-121*x). (End)
MAPLE
seq(11^(2*n+1), n=0..11); # Nathaniel Johnston, Jun 25 2011
PROG
(Magma) [11^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n)=11^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Bisection of A001020 (11^n).
Sequence in context: A223039 A209093 A078274 * A110195 A015484 A145185
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 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)