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!)
A027107 a(n) = Sum_{k=0..2n} (k+1) * A027082(n, 2n-k). 5
1, 6, 20, 62, 188, 566, 1700, 5102, 15308, 45926, 137780, 413342, 1240028, 3720086, 11160260, 33480782, 100442348, 301327046, 903981140, 2711943422, 8135830268, 24407490806, 73222472420, 219667417262, 659002251788 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
For n>0, a(n) = 7*3^(n-1) - 1.
G.f.: (1+2*x-x^2)/(1-4*x+3*x^2). [Bruno Berselli, Mar 25 2013]
a(n) = 2*A237930(n-1), n>0. - R. J. Mathar, Jun 24 2020
MATHEMATICA
Join[{1}, Table[7 3^(n-1) - 1, {n, 30}]] (* Vincenzo Librandi, Mar 24 2013 *)
PROG
(Magma) [1] cat [7*3^n-1: n in [0..30]]; // Vincenzo Librandi, Mar 24 2013
CROSSREFS
Sequence in context: A342313 A309294 A018808 * A247307 A279215 A318337
KEYWORD
nonn,easy
AUTHOR
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 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)