login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078501 a(n) = sum(k=1,n^2, A078446(k)). 0
1, 7, 26, 78, 211, 537, 1312, 3112, 7217, 16443, 36934, 82002, 180319, 393325, 852092, 1835148, 3932317, 8388783, 17825986, 37748950, 79692011, 167772417, 352321816, 738197808, 1543504201, 3221225827, 6710886782, 13958644122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2*(n-2)*2^n + n*(n+1)/2 + 4
G.f.: x*(1-4*x^2+4*x^3)/((2*x-1)^2 * (1-x)^3) [From Maksym Voznyy (voznyy(AT)mail.ru), Jul 27 2009]
PROG
(PARI) a(n)=2*(n-2)*2^n +n*(n+1)/2+4
CROSSREFS
Sequence in context: A180669 A027964 A183957 * A247557 A027937 A135026
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 04 2003
EXTENSIONS
G.f. proposed by Maksym Voznyy checked and corrected by R. J. Mathar, Sep 16 2009.
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 December 8 08:02 EST 2023. Contains 367662 sequences. (Running on oeis4.)