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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075191 Numbers n such that n^3 is an interprime = average of two successive primes. 9
4, 12, 16, 26, 28, 36, 48, 58, 66, 68, 74, 78, 102, 106, 112, 117, 124, 126, 129, 130, 148, 152, 170, 174, 184, 189, 190, 192, 224, 273, 280, 297, 321, 324, 369, 372, 373, 399, 408, 410, 421, 426, 429, 435, 447, 449, 450, 470, 475, 496, 504, 507, 531, 537 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Interprimes are in A024675, even interprimes are in A072568, odd interprimes are in A072569 n^2 as interprimes are in A075190, 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^8 as interprimes are in A075231, 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.

LINKS

Table of n, a(n) for n=1..54.

EXAMPLE

4 is a member because 4^3 = 64 is the average of two successive primes 61 and 57.

MAPLE

s := 3: 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[548], 2#^3 == PrevPrim[ #^3] + NextPrim[ #^3] &]

CROSSREFS

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

Sequence in context: A073687 A187084 A090818 * A028594 A152680 A066632

Adjacent sequences:  A075188 A075189 A075190 * A075192 A075193 A075194

KEYWORD

nonn

AUTHOR

Zak Seidov, Sep 09 2002

EXTENSIONS

Edited by Robert G. Wilson v Sep 14 2002

STATUS

approved

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 May 20 16:26 EDT 2013. Contains 225464 sequences.