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!)
A026817 Number of sets which can be obtained by selecting unique elements from two sets with 2n and 3n elements respectively and n common elements. 1
6, 23, 51, 90, 140, 201, 273, 356, 450, 555, 671, 798, 936, 1085, 1245, 1416, 1598, 1791, 1995, 2210, 2436, 2673, 2921, 3180, 3450, 3731, 4023, 4326, 4640, 4965, 5301, 5648, 6006, 6375, 6755, 7146, 7548, 7961, 8385, 8820, 9266, 9723, 10191, 10670 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Essentially identical to A022269. - R. J. Mathar, May 28 2008
LINKS
FORMULA
a(n)=(11*n^2+n)/2.
G.f.: x(6+5x)/(1-x)^3. - R. J. Mathar, Oct 23 2008
EXAMPLE
n=1: 2*n=2, 3*n=3, a(1)=6
PROG
(PARI) a(n)=(11*n^2+n)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A250647 A304392 A235332 * A022269 A212570 A272840
KEYWORD
nonn,easy
AUTHOR
Dolmatov S. (aalma(AT)mail.ru), Jun 24 2003
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 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)