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!)
A091957 a(1)=0, a(2)=1, a(n)=A000217(a(n-1)) + A000217(a(n-2)). 0
0, 1, 1, 2, 4, 13, 101, 5242, 13747054, 94490767454888, 4464252567107002358694986701, 9964775491460730298984873909049635615687553262572198767 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) t(n)=n*(n+1)/2 v=vector(12) v[2]=1 for (i=3, 12, v[i]=t(v[i-1])+t(v[i-2])) v
CROSSREFS
Sequence in context: A103845 A055463 A369313 * A327443 A056678 A218655
KEYWORD
nonn
AUTHOR
Jon Perry, Mar 13 2004
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)