login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101143 Indices of primes in sequence defined by A(0) = 71, A(n) = 10*A(n-1) + 41 for n > 0. 1
0, 1, 4, 6, 22, 31, 37, 46, 115, 139, 228, 246, 733, 930, 1345, 2161, 2545, 6979, 10282, 10542, 12127, 13740, 105319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Numbers n such that (680*10^n - 41)/9 is prime.
Numbers n such that digit 7 followed by n >= 0 occurrences of digit 5 followed by digit 1 is prime.
Numbers corresponding to terms <= 930 are certified primes.
REFERENCES
Klaus Brockhaus and Walter Oberschelp, Zahlenfolgen mit homogenem Ziffernkern, MNU 59/8 (2006), pp. 462-467.
LINKS
FORMULA
a(n) = A103060(n) - 1.
EXAMPLE
751 is prime, hence 1 is a term.
PROG
(PARI) a=71; for(n=0, 1500, if(isprime(a), print1(n, ", ")); a=10*a+41)
(PARI) for(n=0, 1500, if(isprime((680*10^n-41)/9), print1(n, ", ")))
CROSSREFS
Sequence in context: A088228 A272309 A108636 * A083157 A192154 A289385
KEYWORD
nonn,hard,more
AUTHOR
Klaus Brockhaus and Walter Oberschelp (oberschelp(AT)informatik.rwth-aachen.de), Dec 03 2004
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
a(19)-a(22) from Robert Price, Sep 27 2013
a(23) from Robert Price, Oct 13 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)