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!)
A076052 Sum(k=1, n, A006460(k)). 2
1, 3, 5, 9, 13, 17, 19, 20, 22, 23, 27, 28, 29, 33, 37, 39, 40, 44, 48, 50, 52, 53, 54, 56, 60, 62, 63, 64, 65, 66, 68, 72, 76, 78, 80, 81, 82, 83, 85, 89, 91, 95, 99, 101, 103, 105, 109, 113, 114, 115, 116, 120, 124, 126, 128, 130, 134, 136, 140, 142, 144, 148, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) seems to be asymptotic to 7/3*n
PROG
(Haskell)
a076052 n = a076052_list !! (n-1)
a076052_list = scanl1 (+) $ map a006460 [1..]
-- Reinhard Zumkeller, Nov 16 2013
CROSSREFS
Sequence in context: A181557 A286058 A342474 * A340377 A050556 A138008
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 30 2002
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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)