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!)
A000004 The zero sequence.
(Formerly M0000)
327
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
N. J. A. Sloane, "A Handbook of Integer Sequences" Fifty Years Later, arXiv:2301.03149 [math.NT], 2023, p. 10.
FORMULA
a(n) = 0 for all integer n.
MAPLE
A000004 := n->0;
MATHEMATICA
a[ n_] := 0;
Table[0, {n, 100}] (* Matthew House, Jul 14 2015 *)
LinearRecurrence[{1}, {0}, 102] (* Ray Chandler, Jul 15 2015 *)
PROG
(Magma) [ 0 : n in [0..100]];
(PARI) vector(100, n, 0)
(R) rep(0, 100)
(Haskell)
a000004 = const 0
a000004_list = repeat 0 -- Reinhard Zumkeller, May 07 2012
(Python) print([0 for n in range(102)]) # Michael S. Branicky, Apr 04 2022
CROSSREFS
Cf. A000012 (all 1's), A007395 (all 2's), A010701 (all 3's).
Cf. A000007(n) = 0^n: characteristic function of {0}.
Sequence in context: * A297046 A248805 A307721 A023976 A025469 A025466
KEYWORD
core,easy,nonn,mult
AUTHOR
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)