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!)
A087449 a(n) = n * 4^(n-1) + (2*4^n + 1) / 3. 1
1, 4, 19, 91, 427, 1963, 8875, 39595, 174763, 764587, 3320491, 14330539, 61516459, 262843051, 1118481067, 4742359723, 20043180715, 84467690155, 355050629803, 1488921995947, 6230565890731, 26021775190699, 108485147273899 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A064017.
LINKS
FORMULA
G.f.: (1-5x+7x^2)/((1-x)(1-4x)^2).
a(n) = A002697(n) + A007583(n).
MATHEMATICA
LinearRecurrence[{9, -24, 16}, {1, 4, 19}, 30] (* Harvey P. Dale, Apr 15 2018 *)
PROG
(PARI) a(n) = my(p4 = 1<<(2*n)); n * p4 / 4 + (2*p4 + 1) / 3 \\ David A. Corneth, Apr 15 2018
CROSSREFS
Sequence in context: A291016 A010907 A229242 * A004253 A218988 A151253
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 05 2003
EXTENSIONS
Name clarified by David A. Corneth, Apr 15 2018
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 2 12:48 EST 2023. Contains 367517 sequences. (Running on oeis4.)