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!)
A157031 Triangle A054521 * A157019, where A054521 = an infinite lower triangular matrix and A157019 = a vector [1, 2, 2, 4, 2, 8, 2, 10, 8, ...]. 1
1, 1, 3, 3, 9, 3, 19, 7, 21, 13, 51, 7, 87, 17, 39, 51, 175, 11, 239, 21, 169, 111, 415, 15, 489, 185, 313, 219, 1017, 15, 1413, 283, 763, 415, 981, 513, 3057, 839, 1259, 497, 4425, 93, 5605, 893, 1311, 2259, 7505, 521, 8267, 1429, 5473, 3311, 13821, 1449, 11135, 4095 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(4) = 3 = (1, 0, 1, 0) dot (1, 2, 2, 4) = (1 + 0 + 2 + 0), where (1, 0, 1, 0) equals row 4 of triangle A054521.
MAPLE
A157031 := proc(n)
add(A054521(n, k)*A157019(k), k=1..n) ;
end proc: # R. J. Mathar, Jul 21 2015
CROSSREFS
Sequence in context: A166466 A068219 A337461 * A113213 A088032 A348397
KEYWORD
nonn
AUTHOR
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)