Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113480
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113480 Numbers n such that 17^n+2 is prime. +0
7
0, 1, 105, 369 (list; graph; listen)
OFFSET

1,3

COMMENT

Only numbers of the form 6k-5 and 6k-3 need be tested.

Next term, if exists, is > 2500. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jan 28 2006

MATHEMATICA

Do[If[PrimeQ[17^n + 2], Print[n]], {n, 0, 2500}] (Steinerberger)

PROGRAM

(PARI) g2(n)= { print1(0", "); forstep(x=1, n, 6, if(ispseudoprime(17^x+2), print1(x", ")); if(ispseudoprime(17^(x+2)+2), print1(x+2", ")) ) }

CROSSREFS

Sequence in context: A075764 A046299 A010090 this_sequence A102792 A013594 A136418

Adjacent sequences: A113477 A113478 A113479 this_sequence A113481 A113482 A113483

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 09 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research