The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A089690 a={1,3,7,9} a1={1,3,7,9,0} b[n]=Flatten[Table[10*Sum[10^m*a1[[1+Mod[n,5]]],{m,0,n}]+a,{n,0,digits}]]; a[m]=if b[n] is prime then b[n] 0
3, 7, 11, 13, 17, 19, 331, 337, 99991, 33333331, 777777773, 11111111111111119, 333333333333333331, 999999999999999999999999999999999999999999991, 333333333333333333333333333333333333333333333333333333333333333333333333333331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A strange set of primes from a prime generator function experiment.
The digit repeatings in these numbers which are primes make them interesting. It doesn't seem like they should be primes.
LINKS
MATHEMATICA
a={1, 3, 7, 9} a1={1, 3, 7, 9, 0} digits=100 b=Flatten[Table[10*Sum[10^m*a1[[1+Mod[n, 5]]], {m, 0, n}]+a, {n, 0, digits}]]; c=Table[If[PrimeQ[b[[n]]]==True, b[[n]], 0], {n, 1, Dimensions[b][[1]]}] d=Delete[Union[c], 1]
CROSSREFS
Sequence in context: A091633 A166559 A177193 * A310194 A310195 A310196
KEYWORD
nonn,base,less
AUTHOR
Roger L. Bagula, Jan 05 2004
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 May 13 11:22 EDT 2024. Contains 372504 sequences. (Running on oeis4.)