|
Search: id:A101716
|
|
|
| A101716 |
|
Indices of primes in sequence defined by A(0) = 43, A(n) = 10*A(n-1) - 17 for n > 0. |
|
+0 1
|
|
| 0, 3, 4, 12, 30, 54, 57, 58, 60, 78, 90, 102, 120, 195, 228, 9438
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Numbers n such that (370*10^n + 17)/9 is prime.
Numbers n such that digit 4 followed by n >= 0 occurrences of digit 1 followed by digit 3 is prime.
Numbers corresponding to terms <= 228 are certified primes.
|
|
REFERENCES
|
Klaus Brockhaus and Walter Oberschelp, Zahlenfolgen mit homogenem Ziffernkern, MNU 59/8 (2006), pp. 462-467.
|
|
LINKS
|
Makoto Kamada, Factorizations of near-repdigit numbers.
|
|
EXAMPLE
|
41113 is prime, hence 3 is a term.
|
|
PROGRAM
|
(PARI) a=43; for(n=0, 1500, if(isprime(a), print1(n, ", ")); a=10*a-17)
(PARI) for(n=0, 1500, if(isprime((370*10^n+17)/9), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A000533, A002275.
a(n) = A102981(n) - 1.
Sequence in context: A090660 A000208 A079154 this_sequence A109771 A052626 A122903
Adjacent sequences: A101713 A101714 A101715 this_sequence A101717 A101718 A101719
|
|
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
|
|
EXTENSIONS
|
9438 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 02 2008
|
|
|
Search completed in 0.002 seconds
|