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!)
A210241 Partial sums of A073093. 2
1, 3, 5, 8, 10, 13, 15, 19, 22, 25, 27, 31, 33, 36, 39, 44, 46, 50, 52, 56, 59, 62, 64, 69, 72, 75, 79, 83, 85, 89, 91, 97, 100, 103, 106, 111, 113, 116, 119, 124, 126, 130, 132, 136, 140, 143, 145, 151, 154, 158, 161, 165, 167, 172, 175, 180, 183, 186, 188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number of terms in the first n rows of triangle A210208;
a(n) = A022559(n) + n.
LINKS
PROG
(Haskell)
a210241 n = a210241_list !! (n-1)
a210241_list = scanl1 (+) a073093_list
CROSSREFS
Sequence in context: A085225 A080370 A175540 * A190498 A077472 A184733
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 19 2012
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 28 06:27 EDT 2024. Contains 372020 sequences. (Running on oeis4.)