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!)
A171390 a(n) = 37*2^(n-1)-1. 2
36, 73, 147, 295, 591, 1183, 2367, 4735, 9471, 18943, 37887, 75775, 151551, 303103, 606207, 1212415, 2424831, 4849663, 9699327, 19398655, 38797311, 77594623, 155189247, 310378495, 620756991, 1241513983, 2483027967, 4966055935 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(36-35*x)/((1-2*x)*(1-x)). - Vincenzo Librandi, Aug 20 2014
MATHEMATICA
Table[37*2^(n-1) - 1, {n, 1, 30}] (* or *) CoefficientList[Series[(36 - 35 x)/((1 - 2 x) (1 - x)), {x, 0, 40}], x] (* Vincenzo Librandi, Aug 20 2014 *)
PROG
(Magma) [37*2^(n-1)-1: n in [1..30]]; // Vincenzo Librandi, Aug 20 2014
CROSSREFS
Sequence in context: A024973 A024975 A025399 * A034813 A319602 A262796
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 07 2009
EXTENSIONS
Edited by Jon E. Schoenfield, Jun 23 2010
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 28 15:12 EDT 2024. Contains 372916 sequences. (Running on oeis4.)