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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087867 n^2-79*n+1601 as n runs through the lucky numbers. 1
1523, 1373, 1097, 971, 743, 641, 383, 251, 113, 83, 47, 53, 131, 173, 593, 797, 911, 1163, 1301, 1601, 2297, 2903, 3581, 4331, 5153, 5741, 7697, 8051, 8783, 9161, 10343, 12473, 14321, 15293, 16811, 17333, 22391, 23603, 24221, 26123, 27431, 29453 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

C. Stanley Ogilvy and John T. Anderson, Excursions in Number Theory, Dover. New York: 1988

EXAMPLE

Using 16th Lucky Number (A000959), 67^2-79*67+1601 returns 797.

PROG

{PARI} q=listcreate(57); listinsert(q, 1, 1); listinsert(q, 3, 2); .. listinsert(q, 303, 57); for(k=1, 57, c=q[k]^2-79*q[k]+1601; write("A087867.txt", c)) - Bill McEachen (bmceache(AT)centralsan.dst.ca.us), May 24 2006

CROSSREFS

Cf. A000959.

Sequence in context: A103962 A031756 A031627 * A073104 A060566 A031537

Adjacent sequences:  A087864 A087865 A087866 * A087868 A087869 A087870

KEYWORD

easy,nonn

AUTHOR

Bill McEachen (bmceache(AT)centralsan.org), Oct 10 2003

EXTENSIONS

Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 18 2003

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 16 21:51 EST 2012. Contains 205978 sequences.