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!)
A220092 a(n) = ((2*n-1)!! + (-1)^((n-1)*(n-2)/2))/2. 1
1, 2, 7, 52, 473, 5198, 67567, 1013512, 17229713, 327364538, 6874655287, 158117071612, 3952926790313, 106729023338438, 3095141676814687, 95949391981255312, 3166329935381425313, 110821547738349885938, 4100397266318945779687, 159915493386438885407812 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Described by V. Shevelev as an instance of a fast-growing nontrivial sequence that is similar to the naturals in the sense that A007814(a(n)) = A007814(n).
LINKS
PROG
(Maxima) A220092(n):=((2*n-1)!!+(-1)^((n-1)*(n-2)/2))/2$ makelist(A220092(n), n, 1, 15); /* Martin Ettl, Dec 13 2012 */
CROSSREFS
Cf. A007814.
Sequence in context: A224879 A345678 A279198 * A138737 A216086 A210856
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 11 2012
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 August 24 20:58 EDT 2024. Contains 375417 sequences. (Running on oeis4.)