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!)
A028979 Palindromes which are the product of two consecutive primes. 3
6, 77, 323, 36863, 1115111, 3740615160473 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms < 2*10^17.
Next term > 36*10^18. - Robert G. Wilson v, Jun 11 2010
LINKS
EXAMPLE
323 = 17*19 is a member.
MATHEMATICA
palQ[n_] := n == FromDigits@ Reverse@ IntegerDigits@n; p = 2; q = 3; lst = {}; While[p < 6 10^9, If[ palQ[p*q], AppendTo[lst, p*q]; Print[p*q]]; p = q; q = NextPrime@q]; lst (* Robert G. Wilson v, Jun 11 2010 *)
CROSSREFS
Sequence in context: A340886 A305999 A274464 * A082629 A278365 A154642
KEYWORD
nonn,base
AUTHOR
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)