Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089174
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089174 Unique prime factors in A007907 extended to modulo 10 (past 20 elements). +0
1
2, 3, 7, 11, 13, 17, 19, 23, 37, 41, 59, 73, 101, 137, 157, 239, 257, 271, 547, 2153, 2251, 4649, 7309, 9091, 19697, 21683, 94331, 333667, 928163, 3324301, 4403881, 7532639, 8983031, 10901027, 1111211111, 11195538763, 139381546141, 1102732004467 (list; graph; listen)
OFFSET

1,1

COMMENT

Set contains two primes that are alsp palindromic: {11,123456789012343210987654321} Other prime factors might exist if the set were extended past n=30, but the factoring problem doesn't stop on my computer at n=50. A007907 as presented in the database is a limited set of palindromes of the digit set {1,2,3,4,5,6,7,8,9} . My modulo ten version extends the set by adding zero to the digit set.

FORMULA

a(n) = If [PrimeQ[IntegerFractors[A007907[m]]]==True, IntegerFractors[A007907[m]]]

MATHEMATICA

digits=30 (* general Palindomic 0, 1, 2, 3, ..., 9 generator for length m-1*) a[m_]=Delete[Table[If [ Floor[m/2]-n>=0, Mod[ n, 10], Mod[m-n, 10]], {n, 1, m}], m] b=Table[Sum[a[m][[i]]*10^(i-1), {i, 1, m-1}], {m, 2, digits}] c=Flatten[Table[FactorInteger[b[[n]]], {n, 1, digits-1}]] d=Delete[Union[ Table[If[PrimeQ[c[[n]]]==True, c[[n]], 1], {n, 1, Dimensions[c][[1]]}]], 1]

CROSSREFS

Cf. A007907.

Sequence in context: A075235 A020634 A086339 this_sequence A020636 A141657 A071200

Adjacent sequences: A089171 A089172 A089173 this_sequence A089175 A089176 A089177

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 07 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research