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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059830 n^6 + n^4 + n^2 + 1. 3
1, 4, 85, 820, 4369, 16276, 47989, 120100, 266305, 538084, 1010101, 1786324, 3006865, 4855540, 7568149, 11441476, 16843009, 24221380, 34117525, 47176564, 64160401, 85961044, 113614645, 148316260, 191435329, 244531876, 309373429 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

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

FORMULA

a(n) = (n^2+1)*(n^4+1) = A002522(n)*A002523(n) = A002522(n)*A002522(n^2). a(n) = (n^8-1)/(n^2-1) = -A024006(n)/A067998(n+1), n>1. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 13 2006

MATHEMATICA

Table[(n^2+1)*(n^4+1), {n, 0, 40}] - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 13 2006

PROG

(PARI) { for (n=0, 1000, f=n^2; write("b059830.txt", n, " ", (f + 1)*(f^2 + 1)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 29 2009]

CROSSREFS

Cf. A059839.

Cf. A002522, A002523, A024006, A067998.

Sequence in context: A015018 A204245 A184100 * A189831 A116330 A055776

Adjacent sequences:  A059827 A059828 A059829 * A059831 A059832 A059833

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Feb 25 2001

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 08:13 EST 2012. Contains 205893 sequences.