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!)
A191637 a(n) = floor((1 + 4^n)/(1 + 2*n)). 2

%I #18 Sep 08 2022 08:45:57

%S 1,3,9,28,93,315,1092,3855,13797,49932,182361,671088,2485513,9256395,

%T 34636833,130150524,490853405,1857283155,7048151460,26817356775,

%U 102280151421,390937467653,1497207322929,5744387279809,22076468761620,84973577874915,327534518354217

%N a(n) = floor((1 + 4^n)/(1 + 2*n)).

%H Vincenzo Librandi, <a href="/A191637/b191637.txt">Table of n, a(n) for n = 1..1000</a>

%t f[n_] := Floor[(1+4^n)/(1+2 n)]

%t Table[f[n], {n, 1, 40}] (* A191637 *)

%o (Magma) [Floor((1+4^n)/(1+2*n)): n in [1..30] ]; // _Vincenzo Librandi_, Sep 10 2011

%o (Maxima) A191637(n):=floor((1+4^n)/(1+2*n))$ makelist(A191637(n),n,1,30); /* _Martin Ettl_, Oct 25 2012 */

%Y Cf. A191636.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jun 09 2011

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)