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!)
A276130 a(0) = a(1) = a(2) = a(3) = a(4) = 1; for n>4, a(n) = ( a(n-1) +a(n-3) )*( a(n-2)+a(n-4) ) / a(n-5). 2
1, 1, 1, 1, 1, 4, 10, 55, 649, 38881, 6414706, 24978826228, 2913605221297249, 112139525368095766797655, 8403341152380185679389503620974065, 146904111947501701959735285821948223340424963459227 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = (9-3*(-1)^n)/2*a(n-1)*a(n-3)-a(n-2)-a(n-4).
PROG
(PARI) a(n) = if (n<=4, 1, (9-3*(-1)^n)/2*a(n-1)*a(n-3)-a(n-2)-a(n-4)); \\ Michel Marcus, Aug 27 2016
CROSSREFS
Cf. A006721.
Sequence in context: A197902 A276123 A096423 * A263044 A013589 A225543
KEYWORD
nonn
AUTHOR
Bruno Langlois, Aug 21 2016
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 September 24 19:02 EDT 2023. Contains 365581 sequences. (Running on oeis4.)