The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A123657 a(n) = 1 + n^4 + n^6 + n^9. 2
4, 593, 20494, 266497, 1969376, 10125649, 40473658, 134483969, 387958492, 1001010001, 2359733894, 5162787073, 10609354744, 20668614737, 38454800626, 68736319489, 118612097588, 198393407569, 322734873982, 512064160001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
a(n) = 1 + n^4 + n^6 + n^9 = 1001010001 (base n).
G.f.: -x*(x^9 -8*x^8 -406*x^7 -14592*x^6 -88496*x^5 -156316*x^4 -87762*x^3 -14744*x^2 -553*x -4)/(x-1)^10. - Colin Barker, May 27 2012
MATHEMATICA
Table[1 + n^4 + n^6 + n^9, {n, 1, 50}] (* G. C. Greubel, Oct 17 2017 *)
PROG
(PARI) a(n)=n^9+n^6+n^4+1 \\ Charles R Greathouse IV, Oct 16 2015
(Magma) [1 + n^4 + n^6 + n^9: n in [1..25]]; // G. C. Greubel, Oct 17 2017
CROSSREFS
Sequence in context: A102201 A102204 A086143 * A195580 A069641 A215920
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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)