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!)
A231620 a(n) = A000930(n^2), where A000930 is Narayana's cows sequence. 3
1, 1, 3, 19, 277, 8641, 578949, 83316385, 25753389181, 17098272199297, 24382819596721629, 74684329652984094451, 491347682599497451569523, 6943240361573523613067995729, 210741152533202801182666172606913, 13738849457010997118546333815068560833, 1923823572225984354415961546862346889944243 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^(n^2)] 1 / (1 - x - x^3) for n>=0.
MATHEMATICA
Table[SeriesCoefficient[1/(1 - x - x^3), {x, 0, n^2}], {n, 0, 25}] (* G. C. Greubel, Apr 26 2017 *)
PROG
(PARI) {a(n) = polcoeff(1/(1-x-x^3 + x*O(x^(n^2))), n^2)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A173799 A003011 A338772 * A268646 A356512 A143597
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 13 2013
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)