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!)
A123659 a(n) = 1 + n^4 + n^6 + n^9 + n^10 + n^14. 4
6, 18001, 4862512, 269750529, 6115250626, 78434755921, 678546021756, 4399254736897, 22880667197854, 100011001010001, 379778130741736, 1283985544700161, 3937524853545882, 11112316748827729, 29193541130581876 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1 + n^4 + n^6 + n^9 + n^10 + n^14.
MATHEMATICA
Table[1 + n^4 + n^6 + n^9 + n^10 + n^14, {n, 1, 50}] (* G. C. Greubel, Oct 17 2017 *)
PROG
(PARI) for(n=1, 25, print1(1 + n^4 + n^6 + n^9 + n^10 + n^14, ", ")) \\ G. C. Greubel, Oct 17 2017
(Magma) [1 + n^4 + n^6 + n^9 + n^10 + n^14: n in [1..25]]; // G. C. Greubel, Oct 17 2017
CROSSREFS
Sequence in context: A112642 A130434 A121571 * A079192 A278369 A283886
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Oct 05 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 August 9 02:18 EDT 2024. Contains 375024 sequences. (Running on oeis4.)