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!)
A136269 Floor of sum of the first 10^n cube roots. 0
1, 16, 350, 7504, 161593, 3481214, 75000049, 1615826124, 34811916483, 750000000499 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Conjecture: For n = 3k, a(n) = (3/4)*10^(4n/3)+5*10^(n/3-1)-1.
LINKS
EXAMPLE
For n = 6, a(6) = (3/4)*10^8 + 5* 10^1-1 = 75000049.
PROG
(PARI) /* For this sequence, p = 3 */ g2(n, p) = for(j=0, n, s=0; for(x=0, 10^j, s+=x^(1/p)); print1(floor(s)", "))
CROSSREFS
Sequence in context: A227102 A221577 A363383 * A010368 A053103 A223032
KEYWORD
nonn
AUTHOR
Cino Hilliard, Mar 19 2008
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)