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!)
A082459 Multiply by 1, add 1, multiply by 2, add 2, etc. 2
-1, -1, 0, 0, 2, 6, 9, 36, 40, 200, 205, 1230, 1236, 8652, 8659, 69272, 69280, 623520, 623529, 6235290, 6235300, 68588300, 68588311, 823059732, 823059744, 10699776672, 10699776685, 149796873590, 149796873604, 2246953104060, 2246953104075, 35951249665200, 35951249665216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Bisections: A038156 and A038157.
LINKS
FORMULA
From Robert Israel, Jan 11 2018: (Start)
a(2*k) = e*Gamma(k+1,1) - k! - 1.
a(2*k+1) = e*Gamma(k+2,1) - (k+1)! - k - 2. (End)
MAPLE
seq(op(simplify([exp(1)*GAMMA(k+1, 1)-k!-1, exp(1)*GAMMA(k+2, 1)-(k+1)!-k-2])), k=0..20); # Robert Israel, Jan 11 2018
MATHEMATICA
FoldList[If[OddQ@ #2, #1 ((#2 + 1)/2), #1 + #2/2] &, -1, Range@ 31] (* Michael De Vlieger, Jan 11 2018 *)
CROSSREFS
Sequence in context: A242421 A093397 A332066 * A129831 A101713 A240761
KEYWORD
sign
AUTHOR
Vladeta Jovovic, Apr 25 2003
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 July 5 19:07 EDT 2024. Contains 374028 sequences. (Running on oeis4.)