Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136296
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136296 "Special augmented primes": primes p such that the decimal number 1p1 is divisible by p. +0
2
11, 13, 137, 9091, 909091, 5882353, 909090909090909091, 909090909090909090909090909091, 9090909090909090909090909090909090909090909090909091 (list; graph; listen)
OFFSET

1,1

COMMENT

Equals A116436 INTERSECT A000040. - R. J. Mather, Apr 24 2008

The larger terms may be only probable primes. - Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Apr 23 2008

REFERENCES

Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 61.

EXAMPLE

11371/137 = 83, an integer, so the prime 137 is a term.

PROGRAM

(PARI) A136296k(k) = { local(l, d, lb, ub); d=factor(10^(k+1)+1)[, 1]; l=[]; lb=10^(k-1); ub=10*lb; for(i=1, #d, if(d[i]>=lb&&d[i]<ub, l=concat(l, [d[i]]))); l} l=[]; for(i=1, 60, l=concat(l, A136296k(i))); l - Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Apr 23 2008

CROSSREFS

Prime members of A116436.

Adjacent sequences: A136293 A136294 A136295 this_sequence A136297 A136298 A136299

Sequence in context: A089824 A086549 A108090 this_sequence A094621 A144375 A140969

KEYWORD

nonn,base

AUTHOR

njas, Apr 20 2008

EXTENSIONS

a(4) - a(6) from M. F. Hasler, Apr 22 2008

More terms from Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Apr 23 2008

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 January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research