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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082893 a(n) is the closest number to n-th prime which is divisible by n. 8
2, 4, 6, 8, 10, 12, 14, 16, 27, 30, 33, 36, 39, 42, 45, 48, 51, 54, 76, 80, 63, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n)=n.floor[(floor(n/2)+p(n))/n], where p(n) is the n-th prime.

EXAMPLE

24th prime, 89 is between 72 and 96, closer to 96, so a(24)=96;

25th prime, 97 is between 75 and 100, closer to 100, so a(25)=100.

MATHEMATICA

Table[n*Floor[(Floor[n/2]+Prime[n])/n], {n, 1, 100}]

CROSSREFS

Cf. A082894-A082900.

Sequence in context: A118081 A152483 A162764 * A024807 A187908 A187233

Adjacent sequences:  A082890 A082891 A082892 * A082894 A082895 A082896

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 22 2003

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 February 14 23:53 EST 2012. Contains 205689 sequences.