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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000004 The zero sequence. 144
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

N. J. A. Sloane, Table of n, a(n) for n = 0..1000 [Useful when plotting one sequence against another. See Swayne link.]

D. F. Swayne, Plot pairs of sequences in the OEIS

Index entries for "core" sequences

Index entries for sequences related to linear recurrences with constant coefficients

FORMULA

a(n) = 0 for all n.

MAPLE

A000004 := n->0;

MATHEMATICA

a[ n_ ] := 0

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

CROSSREFS

Cf. A000012, A007395, A010701.

Sequence in context: A210247 A216430 A212159 * A023976 A025469 A025466

Adjacent sequences:  A000001 A000002 A000003 * A000005 A000006 A000007

KEYWORD

core,easy,nonn,mult

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 25 21:30 EDT 2013. Contains 225649 sequences.