login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101578 Indices of primes in sequence defined by A(0) = 51, A(n) = 10*A(n-1) + 31 for n > 0. 0
1, 2, 85, 133, 184, 343, 395, 475, 833, 1798, 2146, 2417, 5215, 5881, 6215 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Numbers n such that (490*10^n - 31)/9 is prime.

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

Numbers corresponding to terms <= 833 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 544...441.

EXAMPLE

5441 is prime, hence 2 is a term.

PROG

(PARI) a=51; for(n=0, 1000, if(isprime(a), print1(n, ", ")); a=10*a+31)

(PARI) for(n=0, 1000, if(isprime((490*10^n-31)/9), print1(n, ", ")))

CROSSREFS

Cf. A000533, A002275.

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

Sequence in context: A181119 A157315 A078166 * A041881 A076542 A177318

Adjacent sequences:  A101575 A101576 A101577 * A101579 A101580 A101581

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

3 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 16 2005

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:31 EST 2012. Contains 205802 sequences.