Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101153
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101153 Indices of primes in sequence defined by A(0) = 79, A(n) = 10*A(n-1) - 1 for n > 0. +0
1
0, 3, 17, 27, 54, 1727, 1875, 1883, 6840 (list; graph; listen)
OFFSET

1,2

COMMENT

Numbers n such that (710*10^n + 1)/9 is a prime.

Numbers n such that digit 7 followed by n >= 0 occurrences of digit 8 followed by digit 9 is a prime.

Numbers corresponding to terms <= 54 are certified primes.

The next term after 1883 is greater than 5000. - Ryan Propper (rpropper(AT)stanford.edu), Jun 16 2005

REFERENCES

Klaus Brockhaus and Walter Oberschelp, Zahlenfolgen mit homogenem Ziffernkern, MNU 59/8 (2006), pp. 462-467.

LINKS

Makoto Kamada, Factorizations of 788...889.

EXAMPLE

78889 is a prime, hence 3 is a term.

PROGRAM

(PARI) a=79; for(n=0, 1000, if(isprime(a), print1(n, ", ")); a=10*a-1)

(PARI) for(n=0, 1000, if(isprime((710*10^n+1)/9), print1(n, ", ")))

CROSSREFS

Cf. A000533, A002275.

a(n) = A103067(n) - 1.

Sequence in context: A082372 A128107 A060860 this_sequence A045436 A007348 A105882

Adjacent sequences: A101150 A101151 A101152 this_sequence A101154 A101155 A101156

KEYWORD

nonn,hard,more

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Walter Oberschelp (oberschelp(AT)informatik.rwth-aachen.de), Dec 03 2004

EXTENSIONS

3 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 16 2005

6840 from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research