|
Search: id:A101582
|
|
|
| A101582 |
|
Indices of primes in sequence defined by A(0) = 53, A(n) = 10*A(n-1) + 33 for n > 0. |
|
+0 1
|
|
| 0, 1, 3, 6, 21, 27, 35, 108, 154, 867, 1776, 2464, 3873, 4505, 4683, 5502
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Numbers n such that (510*10^n - 33)/9 is prime.
Numbers n such that digit 5 followed by n >= 0 occurrences of digit 6 followed by digit 3 is prime.
Numbers corresponding to terms <= 867 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
|
56663 is prime, hence 3 is a term.
|
|
PROGRAM
|
(PARI) a=53; for(n=0, 1000, if(isprime(a), print1(n, ", ")); a=10*a+33)
(PARI) for(n=0, 1000, if(isprime((510*10^n-33)/9), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A000533, A002275.
a(n) = A103017(n) - 1.
Sequence in context: A019052 A064366 A101719 this_sequence A069558 A050611 A056499
Adjacent sequences: A101579 A101580 A101581 this_sequence A101583 A101584 A101585
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Walter Oberschelp (oberschelp(AT)informatik.rwth-aachen.de), Dec 09 2004
|
|
EXTENSIONS
|
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
|
|
|
Search completed in 0.002 seconds
|