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!)
A203772 a(n)=f(a(n-1),a(n-2)+1,a(n-3)+1), where f(x,y,z)=yz+zx+xy and (a(1),a(2),a(3))=(0,0,1). 2
0, 0, 1, 3, 11, 74, 1232, 108084, 141466347, 15464951390151, 2189441739723579832963, 33859919808724254529558716855414396, 74134322256556148244446056491575979484293791968668948464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
For a guide to related sequences, see A203761.
LINKS
MATHEMATICA
a[1] = 0; a[2] = 0; a[3] = 1;
a[n_] := SymmetricPolynomial[2, {a[n - 1], 1 + a[n - 2], 1 + a[n - 3]}]
Table[a[n], {n, 1, 14}] (* A203772 *)
CROSSREFS
Cf. A203761.
Sequence in context: A350834 A054461 A342433 * A290025 A239658 A181388
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 07 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 April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)