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!)
A256967 a(n) = A256966(n) + 1. 3
1, 2, 4, 7, 10, 14, 18, 22, 27, 32, 37, 42, 47, 53, 59, 65, 71, 77, 83, 89, 95, 102, 109, 116, 123, 130, 137, 144, 151, 158, 165, 172, 179, 186, 194, 202, 210, 218, 226, 234, 242, 250, 258, 266, 274, 282, 290, 298, 306, 314, 322, 330 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Popular Computing (Calabasas, CA), A Coding Exercise (from a suggestion by R. W. Hamming), Vol. 5 (No. 54, Sep 1977), p. PC55-18. [Asks what is a(n)?]
PROG
(Python)
A256967_list, x, d, f1, f2 = [], 1, 1, 1, 0
for _ in range(20):
....for i in range(f1):
........A256967_list.append(x)
........x += d
....d += 1
....f1, f2 = f1 + f2, f1
# Chai Wah Wu, Apr 19 2015
CROSSREFS
Sequence in context: A130251 A276208 A225635 * A225249 A214048 A328659
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 16 2015
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)