Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A084746
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A084746 Smallest k such that n^k - k is a prime, or 0 if no such number exists. +0
4
2, 1, 1, 2, 1, 2, 1, 2, 3, 18, 1, 2, 1, 2, 3, 6, 1, 2, 1, 2, 41, 110, 1, 18, 3, 2, 11, 2, 1, 24, 1, 2, 3, 2 (list; graph; listen)
OFFSET

2,1

COMMENT

Conjecture: no entry is zero.

If n is odd, k=a(n) is even. If n is even, k=a(n) is odd. n and k=a(n) are coprime. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 02 2006

a(36)>30000 or 0. a(37)..a(46) = 2, 1, 8, 3, 24, 1, 2, 1, 514, 6737.

MAPLE

a := proc(n) local k; k := 1; while not isprime(n^k-k) do k := k+1 od; k end: seq(a(n), n=2..35);

MATHEMATICA

f[n_] := Block[{k = 1}, If[OddQ[n], k++ ]; While[ ! PrimeQ[n^k - k], k += 2]; k]; Table[ f[n], {n, 3, 35}]

CROSSREFS

Cf. A084745.

Sequence in context: A053574 A065203 A029396 this_sequence A128259 A051194 A134838

Adjacent sequences: A084743 A084744 A084745 this_sequence A084747 A084748 A084749

KEYWORD

more,nonn

AUTHOR

Amarnath Murthy and Meenakshi Srikanth (amarnath_murthy(AT)yahoo.com), Jun 15 2003

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Alec Mihailovs (Alec(AT)Mihailovs.com) and T. D. Noe (noe(AT)sspectra.com), Jun 16 2003.

Update on a(36) and a(46) from Max Alekseyev (maxale(AT)gmail.com), Apr 24 2009

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 December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research