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!)
A103087 Numbers n such that 8*10^n + 6*R_n - 3 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
0, 1, 2, 3, 13, 19, 62, 80, 126, 168, 195, 309, 410, 481, 608, 741, 879, 1176, 2688, 6236, 16294, 17317, 31574, 34861, 35392, 48726 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that (26*10^n-11)/3 is prime.
a(27) > 10^5. - Robert Price, Oct 25 2015
LINKS
FORMULA
a(n) = A101074(n-1) + 1, for n>1.
MATHEMATICA
Do[ If[ PrimeQ[(26*10^n - 11)/3], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A080359 A193507 A368396 * A302485 A135118 A274905
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 19 2005
EXTENSIONS
a(21)-a(22) from Kamada data by Robert Price, Dec 14 2010
a(23)-a(26) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
Inserted a(1)=0 by Robert Price, Oct 25 2015
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)