The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A051633 a(n) = 5*2^n - 2. 8
3, 8, 18, 38, 78, 158, 318, 638, 1278, 2558, 5118, 10238, 20478, 40958, 81918, 163838, 327678, 655358, 1310718, 2621438, 5242878, 10485758, 20971518, 41943038, 83886078, 167772158, 335544318, 671088638, 1342177278, 2684354558, 5368709118, 10737418238, 21474836478 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A118654(n, 5).
a(n) = A000079(n)*5 - 2 = A020714(n) - 2. - Omar E. Pol, Dec 23 2008
a(n) = 2*(a(n-1)+1) with a(0)=3. - Vincenzo Librandi, Aug 06 2010
a(n) = A123208(2*n+1) = A048487(n)+2 = A131051(n+2) = A153894(n)-1. - Philippe Deléham, Apr 15 2013
G.f.: ( 3-x ) / ( (2*x-1)*(x-1) ). - R. J. Mathar, Mar 23 2023
E.g.f.: exp(x)*(5*exp(x) - 2). - Stefano Spezia, Oct 03 2023
EXAMPLE
a(5) = 5*2^4 - 2 = 80 - 2 = 78.
MATHEMATICA
LinearRecurrence[{3, -2}, {3, 8}, 30] (* Ray Chandler, Jul 18 2020 *)
CROSSREFS
Sequence in context: A006478 A104187 A131051 * A172265 A258272 A117727
KEYWORD
easy,nonn
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 May 14 07:09 EDT 2024. Contains 372530 sequences. (Running on oeis4.)