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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084074 Numbers n such that 11*13^n + 2 is prime. 0
0, 2, 3, 4, 6, 8, 19, 98, 174, 578, 678, 966, 1792, 4132, 5772 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Some of the larger entries may only correspond to probable primes.

EXAMPLE

Primes 13,1861,24169,314173 are 11*13^0+2, 11*13^2+2, 11*13^3+2, 11*13^4+2.

PROG

(PARI) for(n=0, 6000, if(isprime(11*13^n+2), print1(n, ", ")))

CROSSREFS

Sequence in context: A000031 A111023 A008324 * A144722 A105808 A124058

Adjacent sequences:  A084071 A084072 A084073 * A084075 A084076 A084077

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 12 2003

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 10:07 EST 2012. Contains 205904 sequences.