|
Search: id:A088578
|
|
|
| A088578 |
|
Numbers of the form n*x^n + (n-1)*x^(n-1) + . . . + x + 1 for x=2. |
|
+0 1
|
|
| 1, 3, 11, 35, 99, 259, 643, 1539, 3587, 8195, 18435, 40963, 90115, 196611, 425987, 917507, 1966083, 4194307, 8912899, 18874371, 39845891, 83886083, 176160771, 369098755, 771751939, 1610612739, 3355443203, 6979321859, 14495514627
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
For x=1 this is A000124.
|
|
FORMULA
|
(n-1) * 2^(n+1) + 3.
|
|
EXAMPLE
|
Sum of reciprocals = 1.469480896985753544533086291..
|
|
PROGRAM
|
(PARI) trajpolypn(n1, k) = { s=0; for(x1=1, n1, y1 = polypn2(k, x1); print1(y1", "); s+=1.0/y1; ); print(); print(s) } polypn2(n, p) = { x=n; y=1; for(m=1, p, y=y+m*x^m; ); return(y) }
|
|
CROSSREFS
|
Cf. A000124.
Sequence in context: A134326 A094308 A057838 this_sequence A027060 A126939 A126940
Adjacent sequences: A088575 A088576 A088577 this_sequence A088579 A088580 A088581
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Nov 20 2003
|
|
|
Search completed in 0.002 seconds
|