login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073863 a(1) = 4; a(n) = average of the largest and the smallest n-digit primes. 0
4, 54, 549, 5491, 54999, 549993, 5499997, 55000004, 549999972, 5499999987, 54999999998, 549999999996, 5500000000005, 55000000000005, 550000000000010, 5499999999999987, 55000000000000029, 549999999999999996 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = (997 + 101)/2 = 549.
MAPLE
a:=n->(nextprime(10^n-1)+prevprime(10^(n+1)))/2: seq(a(n), n=1..20); # Emeric Deutsch, Feb 25 2005
CROSSREFS
Sequence in context: A269507 A302942 A292305 * A269480 A199022 A221395
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 15 2002
EXTENSIONS
Corrected and extended by Emeric Deutsch, Feb 25 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)