login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123656 a(n) = 1 + n^4 + n^6. 6
3, 81, 811, 4353, 16251, 47953, 120051, 266241, 538003, 1010001, 1786203, 3006721, 4855371, 7567953, 11441251, 16842753, 24221091, 34117201, 47176203, 64160001, 85960603, 113614161, 148315731, 191434753, 244531251, 309372753, 387951931 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1 + n^4 + n^6.
G.f.: x*(3 +60*x +307*x^2 +272*x^3 +81*x^4 -4*x^5 +x^6)/(1-x)^7. - Colin Barker, May 25 2012
MATHEMATICA
Table[1 + n^4 + n^6, {n, 1, 50}] (* G. C. Greubel, Oct 17 2017 *)
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {3, 81, 811, 4353, 16251, 47953, 120051}, 30] (* Harvey P. Dale, May 10 2020 *)
PROG
(PARI) a(n)=1+n^4+n^6 \\ Charles R Greathouse IV, Oct 07 2015
(Magma) [1 + n^4 + n^6: n in [1..25]]; // G. C. Greubel, Oct 17 2017
CROSSREFS
Sequence in context: A074386 A116009 A068562 * A229842 A223187 A060851
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Oct 04 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)