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!)
A203158 v(n+1)/v(n), where v=A203012. 2
7, 247, 21756, 3613701, 974243088, 388409565699, 214946329538304, 157727064375306153, 148245464311769260800, 173696139110375108022159, 248243987235370949531025408, 425095516929076538387157860013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A093883 for a discussion and guide to related sequences.
LINKS
FORMULA
a(n) ~ 3^(3*n/2 + 1) * exp((n+1)*Pi/(2*sqrt(3)) - 2*n) * n^(2*n). - Vaclav Kotesovec, Sep 07 2023
MATHEMATICA
f[j_] := j; z = 12;
v[n_] := Product[Product[f[j]^2 + f[j] f[k] + f[k]^2,
{j, 1, k - 1}], {k, 2, n}]
Table[v[n], {n, 1, z}] (* A203012 *)
Table[v[n + 1]/v[n], {n, 1, z}] (* A203158 *)
Table[Product[k^2 + k*(n+1) + (n+1)^2, {k, 1, n}], {n, 1, 15}] (* Vaclav Kotesovec, Sep 07 2023 *)
CROSSREFS
Sequence in context: A133589 A296377 A223630 * A227414 A203698 A229482
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 04 2012
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)