The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A199300 a(n) = (2*n + 1)*7^n. 4
1, 21, 245, 2401, 21609, 184877, 1529437, 12353145, 98001617, 766718533, 5931980229, 45478515089, 346032180025, 2616003280989, 19668469112621, 147174406808233, 1096686708796833, 8142067989552245, 60251303122686613, 444556912229552577, 3271482918202092041 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 14*a(n-1) - 49*a(n-2).
G.f.: (1+7*x)/(1-7*x)^2.
a(n) = 7*a(n-1) + 2*7^n. - Vincenzo Librandi, Nov 05 2011
From Amiram Eldar, Dec 10 2022: (Start)
Sum_{n>=0} 1/a(n) = sqrt(7)*arccoth(sqrt(7)).
Sum_{n>=0} (-1)^n/a(n) = sqrt(7)*arccot(sqrt(7)). (End)
E.g.f.: exp(7*x)*(1 + 14*x). - Stefano Spezia, May 09 2023
MATHEMATICA
a[n_] := (2*n + 1)*7^n; Array[a, 25, 0] (* Amiram Eldar, Dec 10 2022 *)
PROG
(Magma) [(2*n+1)*7^n: n in [0..30]]; // Vincenzo Librandi, Nov 05 2011
(PARI) a(n) = (2*n+1)*7^n \\ Amiram Eldar, Dec 10 2022
CROSSREFS
Sequence in context: A198974 A271792 A177730 * A302992 A344919 A165095
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Nov 04 2011
EXTENSIONS
a(15) corrected by Vincenzo Librandi, Nov 05 2011
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 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)