|
|
A072258
|
|
a(n) = ((6*n+1)*4^n - 1)/3.
|
|
6
|
|
|
0, 9, 69, 405, 2133, 10581, 50517, 234837, 1070421, 4805973, 21321045, 93672789, 408245589, 1767200085, 7605671253, 32570168661, 138870609237, 589842175317, 2496807654741, 10536986432853
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
COMMENTS
|
Related to Collatz function (for n>0). All divisible by 3.
|
|
LINKS
|
|
|
FORMULA
|
E.g.f.: ( (1 + 24*x)*exp(4*x) - exp(x) )/3. - G. C. Greubel, Jan 14 2020
|
|
MAPLE
|
|
|
MATHEMATICA
|
LinearRecurrence[{9, -24, 16}, {0, 9, 69}, 40] (* G. C. Greubel, Jan 14 2020 *)
|
|
PROG
|
(Magma) [((6*n+1)*4^n -1)/3: n in [0..40]]; // G. C. Greubel, Jan 14 2020
(Sage) [((6*n+1)*4^n -1)/3 for n in (0..40)] # G. C. Greubel, Jan 14 2020
(GAP) List([0..40], n-> ((6*n+1)*4^n -1)/3); # G. C. Greubel, Jan 14 2020
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. Rathankar (rathankar(AT)yahoo.com), Jul 08 2002
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|