%I A046399
%S A046399 1,2,6,66,858,6006,222222,22444422,244868442,6434774346
%N A046399 Smallest squarefree palindrome with exactly n distinct prime factors.
%C A046399 Initial terms of sequences A046392-A046398.
%D A046399 J.-P. Delahaye, Merveilleux nombres premiers ("Amazing primes"), p. 315,
Pour la Science, Paris 2000.
%e A046399 a(4) = 2002 = 2*7*11*13.
%t A046399 r[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Do[k = 1; While[r[k]
!= k || !SquareFreeQ[k] || Length[Select[Divisors[k], PrimeQ]] !=
n, k++ ]; Print[k], {n, 0, 30}] - Ryan Propper (rpropper(AT)stanford.edu),
Sep 16 2005
%Y A046399 Cf. A046385.
%Y A046399 Sequence in context: A066756 A070872 A055685 this_sequence A082619 A082617
A006517
%Y A046399 Adjacent sequences: A046396 A046397 A046398 this_sequence A046400 A046401
A046402
%K A046399 nonn,hard,base
%O A046399 0,2
%A A046399 Patrick De Geest (pdg(AT)worldofnumbers.com), Jun 15 1998.
%E A046399 Edited by N. J. A. Sloane (njas(AT)research.att.com), Dec 06 2008 at
the suggestion of R. J. Mathar
|