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!)
A072458 Shadow transform of Catalan numbers A000108. 2
0, 1, 0, 0, 0, 1, 1, 2, 0, 0, 1, 4, 1, 5, 4, 1, 0, 7, 2, 8, 3, 3, 7, 10, 2, 3, 9, 0, 5, 13, 9, 14, 0, 6, 12, 4, 3, 17, 14, 8, 4, 19, 8, 20, 9, 8, 19, 22, 1, 8, 6, 10, 12, 25, 6, 11, 11, 15, 25, 28, 14, 29, 28, 10, 0, 10, 15, 32, 19, 22, 17, 34, 11, 35, 32, 15, 22, 17, 21, 38, 3, 0, 36, 40, 19, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
Lorenz Halbeisen and Norbert Hungerbuehler, Number theoretic aspects of a combinatorial function, Notes on Number Theory and Discrete Mathematics 5(4) (1999), 138-150; see Definition 7 for the shadow transform.
N. J. A. Sloane, Transforms.
MAPLE
a:= n-> add(`if`(modp(binomial(2*j, j)/(j+1), n)=0, 1, 0), j=0..n-1):
seq(a(n), n=0..120); # Alois P. Heinz, Sep 16 2019
CROSSREFS
Cf. A072480.
Sequence in context: A137585 A301344 A301579 * A256282 A258256 A361290
KEYWORD
nonn,look
AUTHOR
N. J. A. Sloane, Aug 02 2002, corrected Aug 21 2002
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 11:16 EDT 2024. Contains 371936 sequences. (Running on oeis4.)