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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056805 Numbers n such that 6*10^n+1 is prime. 6
0, 1, 2, 8, 9, 15, 20, 26, 38, 45, 65, 112, 244, 303, 393, 560, 839, 1009, 1019, 1173, 1334, 2236, 2629, 4426, 8848, 20812, 37744, 72926, 86287 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Makoto Kamada, Factorizations of 600...001.

Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.

Index entries for primes involving repunits.

EXAMPLE

n=2 => (6*10^2+1)=601, which is prime.

MATHEMATICA

Do[ If[ PrimeQ[ 6*10^n + 1], Print[ n ]], {n, 0, 10000}]

CROSSREFS

Cf. A056716.

Sequence in context: A047353 A032928 A158458 * A046679 A004999 A105125

Adjacent sequences:  A056802 A056803 A056804 * A056806 A056807 A056808

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 22 2000

EXTENSIONS

a(22)-a(25) from Hugo Pfoertner (hugo(AT)pfoertner.org), Feb 11 2004

a(26)=20812 from Kamada link by Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 27 2007

a(27)=37744 from Jason Earls (zevi_35711(AT)yahoo.com), Mar 07 2008

a(28)-a(29) from Kamada data by Robert Price (pamandbobprice(AT)yahoo.com), Dec 09 2010

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 16 16:22 EST 2012. Contains 205938 sequences.