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!)
A108397 Sums of rows of the triangle in A108396. 2
0, 2, 10, 66, 692, 9780, 167982, 3362828, 76695880, 1961316270, 55555555610, 1726135607262, 58359930206844, 2132745542253872, 83767436069591302, 3518790190560477240, 157412216095654840592, 7471013615160978901626 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n*(n^(n+1) + n^2 - 2) / (2*(n-1)) for n>1.
PROG
(Haskell)
a108397 0 = 0
a108397 1 = 2
a108397 n = n * (n^(n+1) + n^2 - 2) `div` (2 * (n-1))
-- Reinhard Zumkeller, Mar 31 2015
CROSSREFS
Sequence in context: A108205 A228938 A245000 * A325995 A366178 A049036
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 02 2005
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)