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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061679 n^3 followed by 7. 2
17, 87, 277, 647, 1257, 2167, 3437, 5127, 7297, 10007, 13317, 17287, 21977, 27447, 33757, 40967, 49137, 58327, 68597, 80007, 92617, 106487, 121677, 138247, 156257, 175767, 196837, 219527, 243897, 270007 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

a(n) = 10 * n^3 + 7

EXAMPLE

a(3) = 277 because we can say 10 * 3^3 + 7 = 10 * 27 + 7 = 270 + 7 = 277.

PROG

(PARI) { for (n=1, 1000, write("b061679.txt", n, " ", 10*n^3 + 7) ) } [From Harry J. Smith, Jul 26 2009]

CROSSREFS

Cf. A061722.

Sequence in context: A080770 A118863 A118533 * A033654 A139947 A162930

Adjacent sequences:  A061676 A061677 A061678 * A061680 A061681 A061682

KEYWORD

easy,nonn

AUTHOR

Terrel Trotter, Jr., Jun 23 2001

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 23 12:02 EDT 2013. Contains 225587 sequences.