login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111099 Sum of even Fermat coefficients rounded to nearest integer. 0
0, 1, 2, 4, 9, 20, 45, 105, 246, 583, 1393, 3355, 8133, 19825, 48554, 119412, 294761, 729980, 1813107, 4515225, 11271198, 28196896, 70679137, 177487714, 446446560, 1124706145, 2837445500, 7167878628, 18129622761, 45907772900, 116372614251 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

P. A. Piza, Fermat coefficients, Math. Mag., 27 (1954), 141-146.

FORMULA

Following Piza's definition for the Fermat coefficients: (n:c)=binomial(2n-c, c-1)/c, a(n)= Round( sum_{0<c<=n & c even} (n:c) )

EXAMPLE

n sum_ {0<c<=n & c even} (n:c) a(n)

MAPLE

FermatCoeff:=(n, c)->binomial(2*n-c, c-1)/c:seq(round(add(FermatCoeff(n, 2*r), r=1..floor(n/2))), n=1..40);

CROSSREFS

Sequence in context: A206741 A167750 A188460 * A000632 A090245 A006958

Adjacent sequences:  A111096 A111097 A111098 * A111100 A111101 A111102

KEYWORD

nonn

AUTHOR

Pab Ter (pabrlos2(AT)yahoo.com), Oct 13 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:40 EST 2012. Contains 205803 sequences.