login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013728 23^(2n+1). 3
23, 12167, 6436343, 3404825447, 1801152661463, 952809757913927, 504036361936467383, 266635235464391245607, 141050039560662968926103, 74615470927590710561908487, 39471584120695485887249589623 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

Tanya Khovanova, Recursive Sequences

FORMULA

a(n)=529*a(n-1), n>0 ; a(0)=23 . G.f.: 23/(1-529*x). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 28 2008]

MAPLE

seq(23^(2*n+1), n=0..10); # Nathaniel Johnston, Jun 26 2011

MATHEMATICA

NestList[529#&, 23, 15] (* From Harvey P. Dale, Jan 17 2012 *)

PROG

(MAGMA) [23^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011

CROSSREFS

Cf. A013708-A013727, A013729.

Sequence in context: A045735 A193430 A090674 * A028693 A033998 A157167

Adjacent sequences:  A013725 A013726 A013727 * A013729 A013730 A013731

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:57 EST 2012. Contains 205810 sequences.