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!)
A217286 Larger of pairs of emirps (A006567) whose difference with the (smaller) reversal is a triangular number (A000217). 3
73, 1811, 7817, 7927, 11701, 12611, 14431, 14831, 15101, 15241, 15541, 15601, 16111, 16451, 16651, 17021, 18671, 18731, 19181, 19541, 19681, 19841, 32213, 32713, 33223, 33623, 33923, 35803, 36013, 36353, 36913, 37123, 37363, 37463, 37963, 39383, 39983, 71707 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Related to A217386 as triangular numbers (A000217) are to squares (A000290), but in the current sequence, only the larger of each emirp pair is used.
LINKS
FORMULA
{k: k is in A006567 and k - A004086(k) is in A000217}.
EXAMPLE
a(1) = 73 because 73 - 37 = 36 = 8th triangular number.
a(2) = 1811 because R(1811) = A004086(1811) = 1181, and 1811 - 1181 = 630 = 35th triangular number.
a(3) = 7817 because 7817 - 7187 = 630 = 35th triangular number.
a(4) = 7927 because 7927 - 7297 = 630 = 35*36/2.
MATHEMATICA
emrp[p_]:=Module[{rev=IntegerReverse[p]}, If[rev!=p&&PrimeQ[rev], Max[ rev, p], Nothing]]; Select[Union[emrp/@Prime[Range[7500]]], OddQ[Sqrt[8(#-IntegerReverse[ #])+1]]&] (* Harvey P. Dale, Jan 30 2023 *)
CROSSREFS
Sequence in context: A197241 A332948 A224505 * A282784 A332912 A361491
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Oct 02 2012
EXTENSIONS
More terms from Alois P. Heinz, Oct 03 2012
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)