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!)
A178773 Least palindrome which is the product of n consecutive primes. 0
1, 2, 6, 1001, 5005, 323323 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A proper subset of A169829.
The next term must exceed the product of 6 primes whose prime index is at least 125000000.
LINKS
FORMULA
a(3) = 1001 = 7*11*13,
a(4) = 5005 = 5*7*11*13,
a(5) = 323323 = 7*11*13*17*19.
MATHEMATICA
fQ[k_, n_] := Block[{j = Fold[ Times, 1, Prime[Range[k, k + n]]]}, j == FromDigits@ Reverse@ IntegerDigits@ j]; lst = {}; Do[k = 1; While[ ! fQ[k, n], k++ ]; Print[{n + 1, Fold[Times, 1, Prime[Range[k, k + n]]]}], {n, -1, 4}]
CROSSREFS
Sequence in context: A047690 A113569 A252739 * A046857 A129454 A317251
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Jun 11 2010
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)