[go: up one dir, main page]

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!)
A307812 Triangular numbers t(n) with a zeroless decimal representation such that (product of decimal digits of t(n)) / n is an integer. 1
1, 6, 15, 465, 666, 23436, 93528, 198765, 664128, 1493856, 1786995, 2767128, 2953665, 18292176, 23891328, 44655975, 169878528, 787667895, 859984128, 1934948736, 3333238776, 97844944896, 237295393965, 292957233975, 379244291328, 175847359339575, 12999674534178816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Are all terms of the sequence bigger than 1 divisible by 3? I conjecture that 1 and 15 are the only terms for which (product of decimal digits of t(n)) = n.
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..45 (all terms < 10^49. n = 1..31 from Sean A. Irvine, n = 32..35 from Giovanni Resta.)
C. Pomerance and Ch. Spicer, Proof of the Sheldon Conjecture.
EXAMPLE
For n = 30, t(30) = 465, product of decimal digits of t(30) = 4*6*5 = 120, product of decimal digits of t(n) / n = 120 / 30 = 4 so t(30) = 465 is in the sequence.
MATHEMATICA
idx = Select[Range[100000], Product[j, {j, IntegerDigits[#*(# + 1)/2]}] != 0 && Divisible[Product[j, {j, IntegerDigits[#*(# + 1)/2]}], #] &]; idx*(idx + 1)/2 (* Vaclav Kotesovec, Apr 30 2019 *)
CROSSREFS
Sequence in context: A024081 A145558 A145612 * A354682 A280964 A191463
KEYWORD
base,nonn
AUTHOR
Ctibor O. Zizka, Apr 30 2019
EXTENSIONS
More terms from Vaclav Kotesovec, Apr 30 2019
a(26)-a(27) from Chai Wah Wu, May 01 2019
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 August 30 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)