Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101737
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101737 Indices of primes in sequence defined by A(0) = 49, A(n) = 10*A(n-1) - 1 for n > 0. +0
1
2, 3, 5, 9, 11, 17, 39, 47, 95, 105, 113, 143, 363, 617, 1089 (list; graph; listen)
OFFSET

1,1

COMMENT

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

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

Numbers corresponding to terms <= 617 are certified primes.

REFERENCES

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

EXAMPLE

4889 is prime, hence 2 is a term.

PROGRAM

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

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

CROSSREFS

Cf. A000533, A002275.

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

Sequence in context: A157049 A059042 A157604 this_sequence A019276 A097683 A141403

Adjacent sequences: A101734 A101735 A101736 this_sequence A101738 A101739 A101740

KEYWORD

nonn,hard,more

AUTHOR

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

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 9 14:43 EST 2009. Contains 170430 sequences.


AT&T Labs Research