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!)
A056721 Numbers n such that 8*10^n-1 is prime. 4
0, 1, 4, 5, 8, 10, 25, 49, 76, 128, 175, 238, 550, 796, 1219, 2012, 2846, 11336, 21296, 49808, 74318, 236891, 608989, 1715905, 5112847 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that 7*10^n + 9*R_n is prime, where R_n = 11...1 is the repunit (A002275) of length n.
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 7*10^n + (10^n-1)], Print[n]], {n, 0, 3000}]
PROG
(PARI) is(n)=ispseudoprime(8*10^n-1) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A190394 A116050 A241413 * A057479 A050140 A190860
KEYWORD
hard,nonn,more,changed
AUTHOR
Robert G. Wilson v, Aug 11 2000
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
a(22)-a(23) from Kamada data by Robert Price, Oct 19 2014
a(24)-a(25) from Kamada data by Tyler Busby, Apr 15 2024
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 19 08:39 EDT 2024. Contains 371782 sequences. (Running on oeis4.)