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!)
A097983 Largest partition number not exceeding 10^n. 0
7, 77, 792, 8349, 89134, 966467, 9289091, 92669720, 952050665, 9035836076, 97662728555, 980462880430, 9275102575355, 97862933703585, 974834369944625, 9930972392403501, 96450110192202760, 958728697912338045 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
with(combinat): a:=proc(n) local B, j: B:={}: for j from 1 by 1 while numbpart(j)<=10^n do B:=B union {numbpart(j)} od: max(seq(B[i], i=1..nops(B))): end: seq(a(n), n=1..21); # Emeric Deutsch, May 13 2006
CROSSREFS
Cf. A000041.
Sequence in context: A366596 A061546 A002281 * A261799 A246236 A349364
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Sep 07 2004
EXTENSIONS
More terms from Emeric Deutsch, May 13 2006
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)