[go: up one dir, main page]

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!)
Revision History for A167614 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A167614 a(n) = (n^2 + 3*n + 8)/2.
(history; published version)
#49 by Michael De Vlieger at Thu Feb 10 11:46:28 EST 2022
STATUS

reviewed

approved

#48 by Michel Marcus at Thu Feb 10 11:04:40 EST 2022
STATUS

proposed

reviewed

#47 by Gennady Eremin at Tue Feb 08 04:53:57 EST 2022
STATUS

editing

proposed

#46 by Gennady Eremin at Tue Feb 08 04:52:51 EST 2022
PROG

print( [int((([n*(n**2+3*n+8)/)//2) +4 for n in range(1, 60)] ))]) # _Gennady Eremin_, Feb 03 2022

# Gennady Eremin, Feb 03 2022

STATUS

proposed

editing

Discussion
Tue Feb 08 04:53
Gennady Eremin: shortened the code.
#45 by Jon E. Schoenfield at Thu Feb 03 21:49:37 EST 2022
STATUS

editing

proposed

#44 by Jon E. Schoenfield at Thu Feb 03 21:49:35 EST 2022
EXTENSIONS

Corrected (changed one term from 1036 to 1038) by Harvey P. Dale, Mar 24 2011.

STATUS

proposed

editing

#43 by Amiram Eldar at Thu Feb 03 15:57:08 EST 2022
STATUS

editing

proposed

#42 by Amiram Eldar at Thu Feb 03 15:57:06 EST 2022
PROG

(MAGMAMagma) [(n^2+3*n+8)/2: n in [1..60]]; // Vincenzo Librandi, Sep 16 2013

# _# _Gennady Eremin_, Feb 03 2022

STATUS

proposed

editing

#41 by Gennady Eremin at Thu Feb 03 15:49:16 EST 2022
STATUS

editing

proposed

#40 by Gennady Eremin at Thu Feb 03 15:48:36 EST 2022
PROG

(Python)

print( [int((n**2+3*n+8)/2) for n in range(1, 60)] )

# Gennady Eremin, Feb 03 2022

STATUS

proposed

editing

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 30 11:32 EDT 2024. Contains 375543 sequences. (Running on oeis4.)