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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007893 A Kutz sequence. 1
1, 4, 9, 16, 1, 4, 9, 16, 25, 4, 9, 16, 25, 36, 9, 16, 25, 36, 49, 16, 25, 36, 49, 64, 25, 36, 49, 64, 81, 36, 49, 64, 81, 100, 49, 64, 81, 100, 121, 64, 81, 100, 121, 144, 81, 100, 121, 144, 169, 100, 121, 144, 169, 196, 121, 144, 169, 196, 225, 144, 169, 196 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

R. E. Kutz, Two unusual sequences, Two-Year College Mathematics Journal, 12 (1981), 316-319.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

FORMULA

The pattern is obvious!

a(n) = (n-4*floor(n/5))^2. - Michael Somos

MATHEMATICA

Table[(n - 4*Floor[n/5])^2, {n, 60}] (* Arkadiusz Wesolowski, Sep 29 2011 *)

PROG

(MAGMA) [(n-4*Floor(n/5))^2: n in [1..60]]; // Vincenzo Librandi, Sep 30 2011

CROSSREFS

Sequence in context: A070447 A106548 A106546 * A070446 A070445 A070444

Adjacent sequences:  A007890 A007891 A007892 * A007894 A007895 A007896

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17:12 EST 2012. Contains 205825 sequences.