login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140529 a(n) = 6*4^n - 1. 6
5, 23, 95, 383, 1535, 6143, 24575, 98303, 393215, 1572863, 6291455, 25165823, 100663295, 402653183, 1610612735, 6442450943, 25769803775, 103079215103, 412316860415, 1649267441663, 6597069766655, 26388279066623, 105553116266495 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*a(n-1) + 3, a(0)=5.
a(n) = A002023(n) - 1 = A000302(n+1) + A083420(n).
G.f.: ( 5-2*x ) / ( (4*x-1)*(x-1) ). - R. J. Mathar, Jul 08 2022
MATHEMATICA
NestList[4#+3&, 5, 30] (* Harvey P. Dale, Jan 14 2022 *)
PROG
(Magma) [6*4^n-1: n in [0..30]]; // Vincenzo Librandi, Aug 08 2011
CROSSREFS
Cf. A028894.
Sequence in context: A146013 A028894 A254824 * A055489 A109765 A323922
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Jul 03 2008
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 December 10 09:31 EST 2023. Contains 367710 sequences. (Running on oeis4.)