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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062048 Sum{k=1...n} Floor of sqrt(prime(k)). 2
1, 2, 4, 6, 9, 12, 16, 20, 24, 29, 34, 40, 46, 52, 58, 65, 72, 79, 87, 95, 103, 111, 120, 129, 138, 148, 158, 168, 178, 188, 199, 210, 221, 232, 244, 256, 268, 280, 292, 305, 318, 331, 344, 357, 371, 385, 399, 413, 428, 443, 458, 473, 488, 503, 519, 535, 551 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

MAPLE

P:=proc(n) local k, i; for i from 1 by 1 to n do print(sum('trunc(evalf(sqrt(ithprime(k)), 50))', 'k'=1..i)); od; end: P(101); - Paolo P. Lava (paoloplava(AT)gmail.com), Feb 05 2008

PROG

(PARI) { default(realprecision, 100); for (n=1, 1000, write("b062048.txt", n, " ", sum(k=1, n, floor(sqrt(prime(k))))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 30 2009]

CROSSREFS

Cf. A062009.

Sequence in context: A145196 A061536 A095114 * A194174 A168048 A075354

Adjacent sequences:  A062045 A062046 A062047 * A062049 A062050 A062051

KEYWORD

easy,nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Jun 30 2001

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 16 20:59 EST 2012. Contains 205968 sequences.