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!)
A206371 a(n) = 31*2^n + 1. 4
32, 63, 125, 249, 497, 993, 1985, 3969, 7937, 15873, 31745, 63489, 126977, 253953, 507905, 1015809, 2031617, 4063233, 8126465, 16252929, 32505857, 65011713, 130023425, 260046849, 520093697, 1040187393, 2080374785, 4160749569, 8321499137, 16642998273 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 31*2^n + 1.
a(n) = A198275(n) + 2*A083686(n).
From G. C. Greubel, Jan 05 2023: (Start)
a(n) = 31*A000079(n) + 1.
a(n) = A257548(n) + 1, for n > 5.
G.f.: (32-33*x)/((1-x)*(1-2*x)).
E.g.f.: exp(x) + 31*exp(2*x). (End)
MATHEMATICA
1+31*2^Range[0, 50] (* G. C. Greubel, Jan 05 2023 *)
PROG
(Magma) [31*2^n +1 : n in [0..35]];
(PARI) a(n)=31<<n + 1 \\ Charles R Greathouse IV, Jun 01 2015
(SageMath) [1+31*2^n for n in range(51)] # G. C. Greubel, Jan 05 2023
CROSSREFS
Sequence in context: A138555 A050708 A132300 * A255561 A116318 A225722
KEYWORD
nonn,easy
AUTHOR
Brad Clardy, Feb 07 2012
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 21 13:44 EDT 2024. Contains 372738 sequences. (Running on oeis4.)