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!)
A242831 Triangular numbers T such that sum of the factorials of digits of T is prime. 1
10, 21, 136, 153, 351, 630, 780, 3403, 3570, 5671, 6441, 6670, 7503, 9870, 10011, 13366, 14535, 16653, 20301, 23220, 33153, 34716, 36046, 36315, 37950, 43660, 46360, 56616, 66430, 93096, 93961, 95703, 112101, 139656, 144453, 159895, 166753, 169653, 187578 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The n-th triangular number T(n) = n * (n+1)/2.
Intersection of A165451 and A000217.
LINKS
EXAMPLE
16*(16+1)/2 = 136 is triangular number. 1! + 3! + 6! = 727 which is prime. Hence 136 appears in the sequence.
35*(35+1)/2 = 630 is triangular number. 6! + 3! + 0! = 727 which is prime. Hence 630 appears in the sequence.
MAPLE
A242831:= proc() if isprime(add( i!, i = convert((x*(x+1)/2), base, 10))(x*(x+1)/2))then RETURN ((x*(x+1)/2)); fi; end: seq(A242831 (), x=1..1000);
CROSSREFS
Sequence in context: A171067 A121807 A133163 * A177131 A177180 A275248
KEYWORD
nonn,base
AUTHOR
K. D. Bajpai, May 23 2014
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)