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!)
A128812 a(n)=(1+2^(1/3))^n. 0
1, 2, 5, 12, 26, 59, 133, 301, 680, 1538, 3475, 7853, 17747, 40106, 90637, 204833, 462905, 1046130, 2364171, 5342839, 12074394, 27287177, 61666867, 139362250, 314947683, 711756898, 1608514395, 3635115540, 8215074129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
for n from 0 to 30 do a[n]:=round(evalf((1+2^(1/3))^n, 50)) od: seq(a[n], n=0..30);
MATHEMATICA
With[{c=1+Surd[2, 3]}, Round[c^Range[0, 40]]] (* Harvey P. Dale, Aug 08 2013 *)
CROSSREFS
Sequence in context: A033490 A221950 A116716 * A241692 A078410 A096766
KEYWORD
easy,nonn
AUTHOR
Miklos Kristof, Apr 10 2007
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)