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!)
A117305 Triangular numbers for which the sum of the digits is a pentagonal number. 0
0, 1, 10, 66, 435, 561, 741, 903, 1128, 1326, 1830, 2145, 2415, 3081, 5151, 6105, 7140, 10731, 11325, 12090, 12720, 13530, 15051, 19110, 20910, 30135, 31125, 33411, 50403, 53301, 70500, 81003, 100128, 130305, 142311, 180300, 200028, 220116 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
66 is in the sequence because (1) it is a triangular number and (2) the sum of its digits 6+6=12 is a pentagonal number.
PROG
(PARI) isok(n) = ispolygonal(n, 3) && ispolygonal(sumdigits(n), 5); \\ Michel Marcus, Feb 26 2014
CROSSREFS
Sequence in context: A163615 A232062 A229003 * A250790 A231886 A278090
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 26 2006
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 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)