Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075231
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075231 Numbers n such that n^8 is an interprime = average of two successive primes. +0
10
12, 111, 116, 175, 183, 205, 246, 305, 313, 406, 438, 593, 594, 620, 696, 714, 788, 824, 844, 969, 1014, 1023, 1061, 1080, 1153, 1176, 1204, 1288, 1367, 1456, 1470, 1515, 1533, 1538, 1572, 1626, 1659, 1689, 1692, 1695, 1734, 1759, 1788, 1860, 1928 (list; graph; listen)
OFFSET

1,1

COMMENT

Interprimes are in A024675, even interprimes are in A072568, odd interprimes are in A072569 n^2 as interprimes are in A075190, n^3 as interprimes are in A075191, n^4 as interprimes are in A075192, n^5 as interprimes are in A075228, n^6 as interprimes are in A075229, n^7 as interprimes are in A075230, n^9 as interprimes are in A075232, n^10 as interprimes are in A075233, a(n) such that a(n)^n = smallest interprime (of the form a^n) are in A075234.

EXAMPLE

12 is a member because 12^8 = 429981696 is average of two successive primes 429981691 and 429981701.

MAPLE

s := 8: for n from 2 to 1000 do if prevprime(n^s)+nextprime(n^s)=2*n^s then print(n) else; fi; od;

MATHEMATICA

Select[ Range[2000], 2#^8 == PrevPrim[ #^8] + NextPrim[ #^8] &]

CROSSREFS

Cf. A024675, A072568, A072569, A075190-A075192, A075228-A075234.

Sequence in context: A037616 A048532 A049102 this_sequence A085773 A066042 A153597

Adjacent sequences: A075228 A075229 A075230 this_sequence A075232 A075233 A075234

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 09 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com) Sep 14 2002

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 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research