The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A072457 Shadow transform of tetrahedral numbers A000292. 4
0, 1, 1, 1, 2, 3, 1, 3, 2, 1, 4, 3, 3, 3, 4, 3, 2, 3, 1, 3, 7, 2, 4, 3, 3, 3, 4, 1, 7, 3, 3, 3, 2, 2, 4, 9, 2, 3, 4, 3, 7, 3, 6, 3, 7, 2, 4, 3, 2, 3, 4, 4, 7, 3, 1, 9, 7, 4, 4, 3, 6, 3, 4, 4, 2, 9, 4, 3, 7, 3, 13, 3, 2, 3, 4, 2, 7, 9, 4, 3, 7, 1, 4, 3, 8, 9, 4, 2, 7, 3, 4, 9, 7, 3, 4, 9, 3, 3, 4, 3, 7, 3, 3, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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. (ps, pdf); see Definition 7 for the shadow transform.
OEIS Wiki, Shadow transform.
N. J. A. Sloane, Transforms.
MAPLE
a:= n-> add(`if`(modp(j*(j+1)*(j+2)/6, n)=0, 1, 0), j=0..n-1):
seq(a(n), n=0..120); # Alois P. Heinz, Sep 16 2019
CROSSREFS
Cf. A000292.
Sequence in context: A007413 A277750 A325520 * A364554 A301630 A063047
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 02 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 May 14 16:45 EDT 2024. Contains 372533 sequences. (Running on oeis4.)