Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058702
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058702 a(n) = p(n) if n <= 4 else p(a(n-1)), where p = partition numbers A000041. +0
1
1, 1, 2, 3, 5, 7, 15, 176, 476715857290 (list; graph; listen)
OFFSET

0,3

MAPLE

A058702 := proc(n) option remember; if n<=4 then A000041(n) else A000041(A058702(n-1)); fi; end;

CROSSREFS

Adjacent sequences: A058699 A058700 A058701 this_sequence A058703 A058704 A058705

Sequence in context: A028304 A079987 A085547 this_sequence A024377 A025069 A094575

KEYWORD

nonn

AUTHOR

njas, Dec 31 2000

EXTENSIONS

The next term is too large to include.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research