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!)
A203769 a(n) = (A203768(n+2) - 1)/2. 2
0, 0, 1, 5, 30, 479, 35369, 36141988, 2591378388181, 187498452473472843625, 971772428248668220494932383712302, 364411657942488572318753161467113186052857526280591219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
a[1] = 0; a[2] = 0; a[3] = 1;
a[n_] := SymmetricPolynomial[2, {a[n - 1], a[n - 2], 1 + a[n - 3]}]
Table[a[n], {n, 1, 16}] (* A203768 *)
(Rest[Rest[%]] - 1)/2 (* A203769 *)
CROSSREFS
Sequence in context: A276752 A052172 A058783 * A264861 A264864 A297472
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 07 2012
EXTENSIONS
Definition corrected by Georg Fischer, May 04 2022
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 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)