Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057856
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057856 Least k such that (n+1)^k + n^k is a prime. +0
3
1, 1, 1, 2, 1, 1, 2, 1, 1, 32, 1, 2, 4, 1, 1, 4, 2, 1, 2, 1, 1, 2, 1, 2, 2, 1, 4 (list; graph; listen)
OFFSET

1,4

COMMENT

Note: k must be of the form 2^m (see A058064 for the m values).

Conjecture: For all pairs of relative prime numbers (x, y) there exists at least one number n=2^m and one prime number p such p=x^n+y^n. This sequence show one case of this conjecture where y=x+1. - Tomas Xordan (xordan.tom(AT)gmail.com), Jun 02 2007

EXAMPLE

a(101)=16 because 101^16+102^16 = 254536435001431070450581794495937

MATHEMATICA

Do[ k = 0; While[ !PrimeQ[ (n + 1)^(2^k) + n^(2^k) ], k++ ]; Print[ 2^k ], {n, 1, 60} ].

CROSSREFS

Cf. A130536.

Sequence in context: A068696 A133009 A053734 this_sequence A117939 A105522 A131774

Adjacent sequences: A057853 A057854 A057855 this_sequence A057857 A057858 A057859

KEYWORD

hard,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 14 2000

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 July 4 18:25 EDT 2008. Contains 140886 sequences.


AT&T Labs Research