|
Search: id:A101523
|
|
|
| A101523 |
|
Indices of primes in sequence defined by A(0) = 67, A(n) = 10*A(n-1) - 43 for n > 0. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Numbers n such that (560*10^n + 43)/9 is prime.
Numbers n such that digit 6 followed by n >= 0 occurrences of digit 2 followed by digit 7 is prime.
Numbers corresponding to terms <= 126 are certified primes.
a(n) = A097402(n-1) - 1.
|
|
REFERENCES
|
Klaus Brockhaus and Walter Oberschelp, Zahlenfolgen mit homogenem Ziffernkern, MNU 59/8 (2006), pp. 462-467.
|
|
EXAMPLE
|
67 is prime, hence 0 is a term.
|
|
PROGRAM
|
(PARI) a=67; for(n=0, 1000, if(isprime(a), print1(n, ", ")); a=10*a-43)
(PARI) for(n=0, 1000, if(isprime((560*10^n+43)/9), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A000533, A002275, A097402.
Sequence in context: A067702 A088832 A060930 this_sequence A047928 A008533 A010024
Adjacent sequences: A101520 A101521 A101522 this_sequence A101524 A101525 A101526
|
|
KEYWORD
|
nonn,hard,more
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Walter Oberschelp (oberschelp(AT)informatik.rwth-aachen.de), Dec 06 2004
|
|
|
Search completed in 0.002 seconds
|