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!)
A051442 a(n) = n^(n+1)+(n+1)^n. 13
1, 3, 17, 145, 1649, 23401, 397585, 7861953, 177264449, 4486784401, 125937424601, 3881436747409, 130291290501553, 4731091158953433, 184761021583202849, 7721329860319737601, 343809097055019694337, 16248996011806421522977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Odd prime p divides a(p-2). For n>1, a(prime(n)-2)/prime(n) = A125074(n) = {1, 29, 3343, 407889491, 298572057493, 454195874136455153, ...}. Prime p divides a((p+5)/2) for p = {19, 23, 61}. - Alexander Adamchuk, Nov 18 2006
From Mathew Englander, Jul 08 2020: (Start)
For all n != 1, a(n) mod 8 = 1.
If n mod 6 = 0, 3, or 5, then a(n) mod 6 = 1. If n mod 6 = 1, then a(n) mod 6 = 3. If n mod 6 = 2 or 4, then a(n) mod 6 = 5.
For all n, a(n)-1 is a multiple of n^2.
For n odd and n >= 3, a(n)-1 is a multiple of (n+1)^2.
For n even and n >= 0, a(n)+1 is a multiple of (n+1)^2.
For proofs, see the Englander link. (End)
LINKS
Mathew Englander, Notes on OEIS A051442
FORMULA
a(n) = (n + e + o(1)) * n^n. - Charles R Greathouse IV, Jan 12 2012
From Mathew Englander, Jul 08 2020: (Start)
a(n) = A093898(n+1, n) for n >= 1.
a(n) = a(n-1) + A258389(n) for n >= 1.
a(n) = A007778(n) + A000169(n+1).
(End)
MATHEMATICA
Table[n^(n+1)+(n+1)^n, {n, 0, 20}] (* Harvey P. Dale, Oct 02 2018 *)
PROG
(PARI) a(n)=(n+1)^n+n^(n+1) \\ Charles R Greathouse IV, Jan 12 2012
(Magma)[n^(n+1)+(n+1)^n: n in [0..20]]; // Vincenzo Librandi, Jan 12 2012
(Maxima) A051442[n]:=n^(n+1)+(n+1)^n$ makelist(A051442[n], n, 0, 30); /* Martin Ettl, Oct 29 2012 */
CROSSREFS
Sequence in context: A198860 A298691 A362282 * A368236 A162650 A015735
KEYWORD
nonn,easy
AUTHOR
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)