login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118403 Unsigned row sums of triangle A118401; a(n) = A118402(n^2-n+2), where A118402 is the row sums of triangle A118400. 2
1, 1, 3, 5, 9, 15, 23, 33, 45, 59, 75, 93, 113, 135, 159, 185, 213, 243, 275, 309, 345, 383, 423, 465, 509, 555, 603, 653, 705, 759, 815, 873, 933, 995, 1059, 1125, 1193, 1263, 1335, 1409, 1485, 1563, 1643, 1725, 1809, 1895, 1983, 2073, 2165, 2259, 2355 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: A(x) = (1-2*x+2*x^2)*(1+x^2)/(1-x)^3.

PROG

(PARI) {a(n)=polcoeff((1-2*x+2*x^2)*(1+x^2)/(1-x+x*O(x^n))^3, n, x)}

CROSSREFS

Cf. A118401, A118402.

Sequence in context: A022940 A025207 A027688 * A033498 A147493 A178961

Adjacent sequences:  A118400 A118401 A118402 * A118404 A118405 A118406

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 27 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.