The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100703 (T(n-1) + T(n-2)) + T(n-1)*T(n-2) where T(0)=3, T(1)=5 and n >= 2. 0
3, 5, 23, 143, 3455, 497663, 1719926783, 855945643032575, 1472163837099830446915583, 1260092222195718836233500990239234064383, 1855062200927301576619335433612526767115692635401046316868960255 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (a(n-1) + a(n-2)) + a(n-1)*a(n-2) with a(0)=3 and a(1)=5
EXAMPLE
(3 + 5) + 3*5 = 23
MATHEMATICA
RecurrenceTable[{a[0]==3, a[1]==5, a[n]==a[n-1]+a[n-2]+a[n-1]a[n-2]}, a, {n, 10}] (* Harvey P. Dale, Sep 15 2014 *)
CROSSREFS
Similar to A063896 but with initial terms 3 and 5.
Sequence in context: A209028 A178068 A018978 * A352691 A137086 A137087
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Dec 09 2004
EXTENSIONS
More terms from Harvey P. Dale, Sep 15 2014
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)