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!)
A111483 Triangular numbers all of whose digits are primes. 0
3, 55, 253, 325, 2775, 5253, 255255, 522753, 577275, 2235555, 2355535, 2532375, 3252525, 3352755, 7332535, 23273253, 25222753, 37372335, 55277355, 73235253, 222552253, 273253753, 325775575, 337337325, 577235253, 2373777253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3 = T(2) and 253 = T(22) have all prime digits and all prime digits in their indices as triangular numbers. What is the next of this subsequence?
LINKS
EXAMPLE
3 = T(2), 55 = T(10), 253 = T(22), 325 = T(25), 2775 = T(74), 5253 = T(102), 255255 = T(714), 522753 = T(1022), 577275 = T(1074), 2235555 = T(2114), 2355535 = T(2170), 2532375 = T(2250).
MATHEMATICA
fQ[n_] := Union@Join[{2, 3, 5, 7}, IntegerDigits[n(n + 1)/2]] == {2, 3, 5, 7}; s = Select[ Range[10^5], fQ[ # ] &]; s (s + 1)/2 (* Robert G. Wilson v *)
CROSSREFS
Intersection of A000217 and A046034.
Cf. A000040.
Sequence in context: A242199 A268661 A041155 * A119152 A119061 A197094
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Nov 15 2005
EXTENSIONS
Corrected and extended by Robert G. Wilson v and Ray Chandler, Nov 18 2005
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)