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!)
A013719 a(n) = 14^(2*n + 1). 2
14, 2744, 537824, 105413504, 20661046784, 4049565169664, 793714773254144, 155568095557812224, 30491346729331195904, 5976303958948914397184, 1171355575953987221848064, 229585692886981495482220544 (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) = 196*a(n-1), a(0)=14.
G.f.: 14/(1-196*x). (End)
MAPLE
seq(14^(2*n+1), n=0..11); # Nathaniel Johnston, Jun 25 2011
PROG
(Magma) [14^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n)=14^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Bisection of A001023 (14^n).
Sequence in context: A079918 A199648 A271401 * A145188 A279526 A208386
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)