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!)
A339711 a(n) = A178901(n)/n. 0
2, 2, 2, 3, 4, 6, 10, 17, 30, 54, 98, 179, 330, 612, 1142, 2141, 4030, 7612, 14422, 27401, 52192, 99639, 190613, 365341, 701454, 1348950, 2597977, 5010384, 9675224, 18705433, 36204063, 70145372, 136039509, 264076693, 513063289, 997623061, 1941320551, 3780466336 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(4) = A178901(4)/4 = 12/4 = 3.
PROG
(PARI) lista(nn) = {my(va = vector(nn)); va[1] = 2; for (n=2, nn, va[n] = (2*(n-1)*va[n-1]\n); ); va; } \\ Michel Marcus, Dec 18 2020
CROSSREFS
Cf. A178901.
Sequence in context: A098523 A350514 A308620 * A048185 A368520 A095094
KEYWORD
nonn
AUTHOR
J. Lowell, Dec 16 2020
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)