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!)
A013712 a(n) = 7^(2*n + 1). 3
7, 343, 16807, 823543, 40353607, 1977326743, 96889010407, 4747561509943, 232630513987207, 11398895185373143, 558545864083284007, 27368747340080916343, 1341068619663964900807, 65712362363534280139543, 3219905755813179726837607 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 24 2008: (Start)
a(n) = 49*a(n-1); a(0)=7.
G.f.: 7/(1-49*x).
a(n) = 7*A087752(n). (End)
MATHEMATICA
NestList[49#&, 7, 20] (* Harvey P. Dale, Jul 15 2019 *)
PROG
(Magma) [7^(2*n+1): n in [0..20]]; // Vincenzo Librandi, May 26 2011
(PARI) a(n)=7^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Cf. A000420.
Sequence in context: A263220 A145252 A154024 * A109493 A193614 A194504
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)