login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095173 Image of 1,2,3,4,... under the map Q defined in A095172. 1
1, 3, 5, 8, 12, 17, 23, 29, 37, 47, 57, 68, 81, 96, 112, 129, 148, 170, 194, 218, 245, 275, 306, 340, 376, 415, 458, 502, 549, 601, 656, 714, 776, 841, 910, 983, 1058, 1139, 1226, 1315, 1410, 1511, 1616, 1727, 1842, 1963, 2092, 2225, 2363, 2509, 2661, 2818, 2983 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) {d=53; A=vector(d, j, j); m=1; while(d>A[m], B=A; for(k=1, d, if(k>A[m], B[k]=A[k]+A[k-A[m]])); A=B; m++); for(j=1, d, print1(A[j], ", "))} - Klaus Brockhaus, Jun 21 2004

CROSSREFS

Sequence in context: A020678 A014811 A131674 * A002579 A023544 A133263

Adjacent sequences:  A095170 A095171 A095172 * A095174 A095175 A095176

KEYWORD

nonn,nice,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), based on correspondence from Leroy Quet Jun 11 2004

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 21 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.