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!)
A117693 Row sums of A117692. 0
1, 6, 42, 27, 480, 265, 7070, 3815, 1820, 1449, 107338, 56903, 4636632, 2635061, 993850, 633919, 71014372, 42899857, 8111619802, 4675943415, 1414861448, 819657397, 113827776894, 75106291091, 41292848428 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = sum_{m=1..n} A117692(n,m).
MATHEMATICA
f[n_] := If[PrimeQ[n] == True, n, 1] cf[0] = 1; cf[n_Integer?Positive] := cf[n] = f[n]*cf[n - 1] bf[n_Integer?Positive, m_Integer?Positive] := bf[n, m] = cf[n]^2/(cf[m]*cf[n - m]) b = Table[Table[bf[n, m], {m, 1, n}], {n, 1, 10}] Flatten[b] c = Table[Apply[Plus, Table[bf[n, m], {m, 1, n}]], {n, 1, 25}]
CROSSREFS
Cf. A034386.
Sequence in context: A249135 A250387 A306429 * A153243 A186885 A097253
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Apr 12 2006
EXTENSIONS
Description simplified, offset corrected by the Assoc. Eds. of the OEIS, Jun 27 2010
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 June 9 23:28 EDT 2023. Contains 363183 sequences. (Running on oeis4.)