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!)
A214647 (n^n + n^2)/2. 2
1, 4, 18, 136, 1575, 23346, 411796, 8388640, 193710285, 5000000050, 142655835366, 4458050224200, 151437553296211, 5556003412779106, 218946945190429800, 9223372036854775936, 413620130943168382233, 19673204037648268787874, 989209827830156794562170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (n^n + n^2)/2.
EXAMPLE
a(3) = (3^3 + 3^2)/2 = (27+9)/2 = 18.
PROG
(Python)
for n in range(1, 22):
print (n*n + n**n)/2,
CROSSREFS
Cf. A117694.
Sequence in context: A356542 A371038 A065857 * A156445 A304997 A060841
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Jul 24 2012
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)