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!)
A070831 Palindromic primes with digit sum = 11. 1

%I #6 Nov 06 2015 02:02:05

%S 191,353,13331,1123211,1221221,1303031,1311131,3103013,110232011,

%T 111050111,112030211,112111211,121111121,130030031,301111103,

%U 10000900001,10002520001,10013131001,10111311101,10301110301

%N Palindromic primes with digit sum = 11.

%C Conjecture: The sequence is unbounded.

%H Chai Wah Wu, <a href="/A070831/b070831.txt">Table of n, a(n) for n = 1..2388</a>

%t Do[p = Join[ IntegerDigits[n], Reverse[ Drop[ IntegerDigits[n], -1]]]; q = Plus @@ p; If[ PrimeQ[ FromDigits[p]] && q == 11, Print[ FromDigits[p]]], {n, 1, 10^6}]

%Y Cf. A002385, A070247, A070248 and A070249.

%K base,nonn

%O 1,1

%A _Robert G. Wilson v_, May 15 2002

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)