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!)
A058702 a(n) = p(n) if n <= 4 else p(a(n-1)), where p = partition numbers A000041. 1
1, 1, 2, 3, 5, 7, 15, 176, 476715857290 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
A058702 := proc(n) option remember; if n<=4 then A000041(n) else A000041(A058702(n-1)); fi; end;
CROSSREFS
Sequence in context: A335203 A079987 A085547 * A235152 A363720 A024377
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 31 2000
EXTENSIONS
The next term is too large to include.
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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)