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!)
A267796 a(n) = (n+1)*4^(2n+1). 4
4, 128, 3072, 65536, 1310720, 25165824, 469762048, 8589934592, 154618822656, 2748779069440, 48378511622144, 844424930131968, 14636698788954112, 252201579132747776, 4323455642275676160, 73786976294838206464, 1254378597012249509888, 21250649172913403461632 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The partial sums of A001246(n)/a(n) converge absolutely. This series is also the hypergeometric function 1/4 * 4F3(1/2,1/2,1,1;2,2,2;1). - Ralf Steiner, Feb 09 2016
LINKS
FORMULA
a(n) = A013709(n)*(n+1).
From Colin Barker, Mar 23 2017: (Start)
G.f.: 4 / (1 - 16*x)^2.
a(n) = 32*a(n-1) - 256*a(n-2) for n>1. (End)
From Amiram Eldar, Apr 17 2022: (Start)
a(n) = A193132(n+1)/3.
Sum_{n>=0} 1/a(n) = 4*log(16/15).
Sum_{n>=0} (-1)^n/a(n) = 4*log(17/16). (End)
EXAMPLE
For n=3, a(3) = (3+1)*4^(2*3+1) = 4*4^7 = 65536.
MATHEMATICA
Table[(n + 1) 4^(2 n + 1), {n, 0, 20}] (* Vincenzo Librandi, Feb 10 2016 *)
PROG
(PARI) a(n) = (n+1)*4^(2*n+1); \\ Michel Marcus, Jan 28 2016
(PARI) Vec(4 / (1 - 16*x)^2 + O(x^30)) \\ Colin Barker, Mar 23 2017
(Magma) [(n+1)*4^(2*n+1): n in [0..45]]; // Vincenzo Librandi, Feb 10 2016
CROSSREFS
Sequence in context: A270959 A291851 A128790 * A013823 A321233 A130318
KEYWORD
nonn,easy
AUTHOR
Ralf Steiner, Jan 24 2016
EXTENSIONS
More terms from Michel Marcus, Jan 28 2016
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 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)