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!)
A256512 n*(1+(2*n)^n). 3
0, 3, 34, 651, 16388, 500005, 17915910, 737894535, 34359738376, 1785233613321, 102400000000010, 6427501315524619, 438244169232678924, 32254987351648575501, 2548827677619195478030, 215233605000000000000015, 19342813113834066795298832 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = A108396(2*n,n): central terms of the triangle A108396.
LINKS
MATHEMATICA
Join[{0}, Table[n(1+(2n)^n), {n, 20}]] (* Harvey P. Dale, Aug 05 2021 *)
PROG
(Haskell)
a256512 n = n * (1 + (2 * n) ^ n)
CROSSREFS
Sequence in context: A126753 A047794 A332679 * A277391 A231850 A109521
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 31 2015
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)