The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342772 Row sums of triangle A177028. 3
3, 4, 5, 9, 7, 8, 13, 13, 11, 17, 13, 14, 24, 20, 17, 25, 19, 20, 32, 27, 23, 33, 29, 26, 37, 37, 29, 41, 31, 32, 45, 41, 40, 56, 37, 38, 53, 48, 41, 57, 43, 44, 70, 55, 47, 65, 53, 50, 74, 62, 53, 73, 65, 56, 77, 69, 59, 81, 61, 62, 85, 80, 73, 98, 67, 68, 93, 88, 71, 97 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
FORMULA
a(n) >= n.
For m in A090466, a(m) > m.
For m in A090467, a(m) = m.
EXAMPLE
6 is a triangular and hexagonal number, so a(6) = 3 + 6 = 9.
PROG
(PARI) a(n) = sum(k=3, n, if (ispolygonal(n, k), k));
CROSSREFS
Sequence in context: A302653 A300738 A324506 * A065336 A079097 A202475
KEYWORD
nonn
AUTHOR
Michel Marcus, Mar 21 2021
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 May 16 11:36 EDT 2024. Contains 372552 sequences. (Running on oeis4.)