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!)
A079654 Triangular numbers using only the straight digits 1, 4 and 7. 2
1, 171, 741, 1711, 117144471, 417417171, 7417744447141, 177141144447177414711441, 1417711714147441711474771771, 144114474147744777714441111111771711, 111411774474177744717747747477177774111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Probably finite.
a(12) > 10^40 if it exists. - Tyler Busby, Mar 22 2023
LINKS
FORMULA
a(n) = A000217(A119127(n)). - Tyler Busby, Mar 31 2023
MATHEMATICA
Do[ If[ Union[ Join[ IntegerDigits[n(n + 1)/2], {1, 4, 7}]] == {1, 4, 7}, Print[n(n + 1)/2]], {n, 0, 3*10^7}]
CROSSREFS
Cf. A000217, A028373, A053899, A119127. See A119033 for a table of cross-references.
Sequence in context: A043407 A031691 A158220 * A220869 A251329 A221754
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jan 23 2003
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jan 24 2003
More terms from Giovanni Resta, May 10 2006
a(10)-a(11) from Tyler Busby, Mar 22 2023
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 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)