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!)
A161339 Partial sums of A161205. 2
1, 3, 5, 8, 12, 16, 20, 24, 29, 35, 41, 47, 53, 59, 65, 72, 80, 88, 96, 104, 112, 120, 128, 136, 145, 155, 165, 175, 185, 195, 205, 215, 225, 235, 245, 256, 268, 280, 292, 304, 316, 328, 340, 352, 364, 376, 388, 400, 413, 427, 441, 455, 469, 483, 497, 511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A161339 := proc(n) option remember: local s: if(n=1)then return 1: fi: s:=sqrt(n): if(frac(s)=0)then return procname(n-1)+2*s-1: else return procname(n-1)+2*floor(s): fi: end: seq(A161339(n), n=1..60); # Nathaniel Johnston, May 06 2011
CROSSREFS
Sequence in context: A310033 A289073 A023660 * A023562 A194207 A236538
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Jun 19 2009
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 July 31 04:10 EDT 2024. Contains 374774 sequences. (Running on oeis4.)