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!)
A109209 Palindromic primes pp such that digit sum of pp as substring appears more than once in pp. 1
1123211, 1412141, 3228223, 3773773, 7949497, 9495949, 100161001, 101060101, 101141101, 110232011, 111050111, 112030211, 112111211, 113111311, 121111121, 122363221, 122444221, 125252521, 131030131, 131111131, 138313831, 138383831 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
9495949 is OK because its digit sum 49 appears twice in 9495949.
MATHEMATICA
bb={}; Do[id=IntegerDigits[p=Prime[n]]; If[StringCount[ToString[p], ToString[Plus@@id]]>1&&Reverse[id]==id, AppendTo[bb, p]], {n, 1000000}]; A109209=bb
CROSSREFS
Cf. A052019 Sum of digits of prime p is substring of p, A109208 Palindromic primes pp such that digit sum of pp is its substring.
Sequence in context: A278932 A059767 A069583 * A340229 A100365 A363957
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Jun 22 2005
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 August 11 14:17 EDT 2024. Contains 375069 sequences. (Running on oeis4.)